Bug 1208125
| Summary: | [New] - Create Brick should be blocked if the device is already been used. | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | RamaKasturi <knarra> |
| Component: | ovirt-engine-webadmin | Assignee: | Ramesh N <rnachimu> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.6 | CC: | bugs, ecohen, gklein, knarra, lsurette, mgoldboi, rbalakri, sabose, yeylon |
| Target Milestone: | --- | ||
| Target Release: | 3.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | gluster | ||
| Fixed In Version: | ovirt-engine-3.6.0-0.0.master.20150428172821.git6090d93.el6.noarch.rpm | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-04 11:19:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Gluster | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1187461, 1209358, 1211138 | ||
|
Description
RamaKasturi
2015-04-01 13:02:00 UTC
Could you provide logs from vdsm node? Create Brick will be disabled in following conditions 1. When Host is not in up state 2. When there is no device in the device list 3. When there is no free device(device without lock) 4. When a device with lock selected Ignore my previous comment. #Comment2. CreateBrick will be enabled only when there is a free device(Device with canCreateBrick flag true) selected and there is no used device (Device with canCreateBrick false) selected. Only selected devices will be shown in the create brick dialog instead of all available devices. Verified and works fine with build ovirt-engine-3.6.0-0.0.master.20150429182702.git939c2e8.el6.noarch. With this fix, create brick is enabled only when the device is free, i.e it does not have a lock symbol associated to it. When there is a lock symbol with the device, create brick remains in disabled state. when user clicks on the create brick by selecting one of the device only that brick is shown in the create Brick dialog and it does not list all the devices. 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. |