-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for custom disk alias for uploaded disk #121
Labels
enhancement
Enhancing the system by adding new feature or improving performance or reliability
good first issue
Good issue for a new contributor
Milestone
Comments
aesteve-rh
added
enhancement
Enhancing the system by adding new feature or improving performance or reliability
good first issue
Good issue for a new contributor
labels
Jul 30, 2022
This is very useful - changing iso disk name is not supported yet, so the only way to set the name is before the upload. It should be fixed in engine but it may not be easy. Adding an option is trivial. Adding to 4.5.2 since this should be very easy. |
aesteve-rh
added a commit
to aesteve-rh/ovirt-imageio
that referenced
this issue
Aug 1, 2022
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>
aesteve-rh
added a commit
to aesteve-rh/ovirt-imageio
that referenced
this issue
Aug 1, 2022
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>
nirs
pushed a commit
that referenced
this issue
Aug 1, 2022
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: #121 Signed-off-by: Albert Esteve <aesteve@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Enhancing the system by adding new feature or improving performance or reliability
good first issue
Good issue for a new contributor
ovirt-img upload-disk command assigns a fixed disk alias based on the source image name.
Add a command line option to allow adding custom disk aliases.
The text was updated successfully, but these errors were encountered: