From d6ce17c7f02ed3facdb45f65f546e587c2f00950 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 24 Feb 2015 23:50:37 +0100 Subject: machined,machinectl: add calls for changing container/VM quotas --- man/machinectl.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/machinectl.xml b/man/machinectl.xml index 640cb8b7d6..b50f03f36f 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -469,7 +469,7 @@ clone NAME NAME - Clones a container or disk image. The + Clones a container or VM image. The arguments specify the name of the image to clone and the name of the newly cloned image. Note that plain directory container images are cloned into subvolume images with this command. @@ -481,7 +481,7 @@ rename NAME NAME - Renames a container or disk image. The + Renames a container or VM image. The arguments specify the name of the image to rename and the new name of the image. @@ -489,22 +489,37 @@ read-only NAME [BOOL] - Marks or (unmarks) a container or disk image + Marks or (unmarks) a container or VM image read-only. Takes a VM or container image name, followed by a boolean as arguments. If the boolean is omitted, positive is implied, i.e. the image is marked read-only. - remove NAME... - Removes one or more container or disk images. + Removes one or more container or VM images. The special image .host, which refers to the host's own directory tree may not be removed. + + set-limit [NAME] BYTES + + Sets the maximum size in bytes a specific + container or VM image, or all images may grow up to + (quota). Takes either one or two parameters. The first, + optional parameter refers to a container or VM image name. If + specified the size limit of the specified images is + changed. If omitted the overall size limit of the sum of all + images stored locally is changed. The final argument specifies + the size limit in bytes, possibly suffixed by the usual K, M, + G, T units. If the size limit shall be disabled, specify + - as size. This operation is currently only + supported on btrfs subvolume images. + + Image Transfer Commands -- cgit v1.2.3-54-g00ecf