You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Currently Admin CLI has the following top-level options: {ls, policy, tenant, set, status}
Among these options, "ls" and "set" are volume specific operations. I think it's clearer and more organized to move those 2 to a new top-level "volume" option, i.e.
optional arguments:
-h, --help show this help message and exit
--output-format OUTPUT_FORMAT
Specify output format. Supported format : xml. Default
one is plaintext
Manage VMDK-based Volumes for Docker:
{config,policy,volume,status,vmgroup}
action
config Init and manage Config DB to enable quotas and access
control [EXPERIMENTAL]
policy Configure and display storage policy information
volume Manipulate volumes
status Show the status of the vmdk_ops service
vmgroup Administer and monitor volume access control
Currently Admin CLI has the following top-level options: {ls, policy, tenant, set, status}
Among these options, "ls" and "set" are volume specific operations. I think it's clearer and more organized to move those 2 to a new top-level "volume" option, i.e.
vmdkops_admin volume ls...
vmdkops_admin volume set...
This will also avoid confusion when we need to add other new top-level command options.
The text was updated successfully, but these errors were encountered: