Issue Details (XML | Word | Printable)

Key: ABICLOUD-692
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Valerie Kalusinski
Reporter: Valerie Kalusinski
Votes: 0
Watchers: 0
Operations

Email this issue
Send issue summary in email
If you were logged in you would be able to see more operations.
Abiquo

Control missing / in datastores directory does not avoid any operation

Created: 03/Sep/10 12:22 PM   Updated: 15/Mar/11 03:06 PM   Resolved: 15/Mar/11 03:05 PM
Component/s: Infrastructure
Affects Version/s: Abiquo-1.6.0
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Related
 

Affect Build: 3373


 Description  « Hide
Steps to Reproduce
-enter as sysadmin
-go to infrastructure
-add a physical machine hypervisor KVM (also will happen in XEN)
-modify datastore directory. try:
*var/lib/virt
*/var/lib/virt
*var/lib/virt/

Expected Results
In all cases, we can deploy and make a bundle with this hypervisor in this datastore.

Real Results
*var/lib/virt: can not make bundle. Does not find the VM
*/var/lib/virt: not possible to deploy -> does not find to //var/lib/virt
*var/lib/virt/: this work ok.

Albert Puig added a comment - 03/Sep/10 06:00 PM
Check if the datastore directory ends with '/'.

Will work for:
- var/lib/virt
- var/lib/virt/

The '/' at the head of the datastore directory is no ''correct'' since the directory is appended to the datastore mount point ('/' in this case). Se ABICLOUD-693 for a complete description of the case.

Valerie Kalusinski added a comment - 17/Sep/10 12:42 PM
*var/lib/virt: it is not possible to deploy. "Disk image does not exist: /var/lib/virtABQ_d27802e0-154c-42c8-92f1-48545773291d"
*/var/lib/virt: ok
*var/lib/virt/: this work ok.

Reopened on build 3435.

Valerie Kalusinski added a comment - 15/Mar/11 03:05 PM
This problem with datastore now work for all kind of path.
Set as fixed.

Valerie Kalusinski added a comment - 15/Mar/11 03:06 PM
Verified.