Bug 1652565
| Summary: | [RFE] Unable to edit floating disk | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Gianluca Cecchi <gianluca.cecchi> |
| Component: | BLL.Storage | Assignee: | shani <sleviim> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Daniel <dmaaravi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2.7 | CC: | aefrat, bugs, derez, emarcus, eshenitz, nsoffer, sleviim |
| Target Milestone: | ovirt-4.4.0 | Keywords: | FutureFeature |
| Target Release: | --- | Flags: | pm-rhel:
ovirt-4.4?
dmaaravi: testing_plan_complete+ rule-engine: planning_ack? pm-rhel: devel_ack+ pm-rhel: testing_ack+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
In this release, it is now possible to edit the properties of a Floating Disk in the Storage > Disks tab of Administration Portal. For example, the user can edit the Description, Alias, and Size of the disk.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-20 20:03:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gianluca Cecchi
2018-11-22 11:38:54 UTC
I wanted to do this many times. Daniel, do you know why editing a floating disk is not possible? (In reply to Nir Soffer from comment #1) > I wanted to do this many times. > > Daniel, do you know why editing a floating disk is not possible? I always wanted to implement it :) But it never got priority :/ The issue is that UpdateVmDiskCommand is expecting a VM entity. I.e. we need to separate the logic for updating disk's properties, and DiskVmElement properties. So the command should be refactored to UpdateDiskCommand that supports an optional VM parameter for editing a disk that is attached to a VM. New feature in 4.4.X. Feature is working both REST API and manually via web-admin. User can edit disks such as extend disk size, change description etc'. Checked and verified on version: 4.4.0-0.13.master.el7. This bugzilla is included in oVirt 4.4.0 release, published on May 20th 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.0 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |