Bug 1047621
Summary: | DESCRIPTION= field in diskvolume meta file not being updated | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Blaster <blaster> |
Component: | ovirt-engine-webadmin | Assignee: | Maor <mlipchuk> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ori Gofen <ogofen> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.3 | CC: | acanan, amureini, blaster, bugs, ecohen, mgoldboi, pdwyer, rbalakri, yeylon |
Target Milestone: | m1 | ||
Target Release: | 3.6.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | storage | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
The DESCRIPTION field in the disk's meta data was not updated.
Consequence:
It's harder to understand which disk is which when looking at the storage.
Fix:
Update the DESCRIPTION field when changing the disk's alias.
Result:
The DESCRIPTION field is now corrolated to the disk's alias in the engine DB.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-04 13:52:15 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
Blaster
2014-01-01 06:16:26 UTC
Currently, when updating a disk via the engine, no information is sent to VDSM, so this bug is not just a nit of a field that wasn't updated, but a missing mechanism (albeit a small one). From how 3.4 currently looks it does not seem we'll get to it, so targeting for 3.5. In any event, the implementation for this bug and the RFE described in bug 1047623 could probably be done together. Pushing out to 3.6 to be handled with the non-SPM verbs. Updating the description ON THE STORAGE has nothing to do with setting the WAD flag IN THE DATABASE. I assume setting this one to block the already verified 1070823 is a mistake. The description field in the diskvolume meta file should be updated when a virtual disk is created or edited via the ovirt web GUI, and contain the disk alias an description. see [1] [1] -bash-4.0$ cat e863a754-ce42-44b2-8fba-838a1bdf0faa/b10551b0-0606-4a78-9a93-d179f8b688cb.meta DOMAIN=b829b592-80e9-4439-b3f3-e24f6719b4af VOLTYPE=LEAF CTIME=1424606749 FORMAT=RAW IMAGE=e863a754-ce42-44b2-8fba-838a1bdf0faa DISKTYPE=2 PUUID=00000000-0000-0000-0000-000000000000 LEGALITY=LEGAL MTIME=0 POOL_UUID= DESCRIPTION={"DiskAlias":"some_alias_for_test","DiskDescription":"some Description to test"} TYPE=SPARSE SIZE=2097152 EOF Verified on 3.6 master oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one. |