Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:fix-tims-recent-docs into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/464843 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:fix-tims-recent-docs into autopkgtest-cloud:master.
diff --git a/docs/administration.rst b/docs/administration.rst index 6a7e939..49739da 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -409,6 +409,7 @@ Before doing any of the steps detailed in this section, it's important to make s are currently running on the cloud worker with the partition you want to resize. .. code-block:: + # on the worker machine with the volume you intend to resize chmod -x autopkgtest-cloud/worker/worker sudo systemctl stop autopkgtest.target # ensure that you WAIT for all running jobs to finish, i.e. for the stop command to exit @@ -417,6 +418,7 @@ are currently running on the cloud worker with the partition you want to resize. First check that this specific version of openstack is available via: .. code-block:: + openstack --os-volume-api-version 3.42 volume list The command should not fail. @@ -424,6 +426,7 @@ The command should not fail. To resize a volume: .. code-block:: + # get the 'openstack' volume id juju storage --volume # the volume id is in the "Provider ID" column # from the above command, get the id, and set it to a variable: VOLUME_ID @@ -462,6 +465,7 @@ In order to kill a currently running test, grab the test uuid. This can be seen `ssh` to a worker unit, and run: .. code-block:: + ps aux | grep runner | grep $uuid # grab the PID from the process kill -15 $pid
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp

