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
Add '--name' option to the 'upload-disk' command
to allow users to define a custom alias name
for the new uploaded disk. If ommited, default
behaviour remains, taking the source image filename
as an alias.
usage: ovirt-img upload-disk [-h] [-c CONFIG] [--engine-url ENGINE_URL]
[--username USERNAME]
[--password-file PASSWORD_FILE] [--cafile CAFILE]
[--log-file LOG_FILE] [--log-level LOG_LEVEL]
[--max-workers MAX_WORKERS]
[--buffer-size BUFFER_SIZE] -s STORAGE_DOMAIN
[-f {raw,qcow2}] [--preallocated]
[--disk-id DISK_ID] [--name NAME]
filename
....
--name NAME Alias name for the new disk. If not specified, name
will correspond with the image filename.
Closes: oVirt#121
Signed-off-by: Albert Esteve <aesteve@redhat.com>
0 commit comments