
Email this issue
Send issue summary in email
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Related
|
|
|
|
This issue is related to:
|
|
|
ABICLOUD-693 Check if the provided datastore directory overlap with the datastore mount point
|
|
|
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
Sort Order:
|
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.