Bug #5320
Nebula fails terminating undeployed machines using ceph
Status: | Closed | Start date: | 08/24/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Drivers - Storage | |||
Target version: | - | |||
Resolution: | duplicate | Pull request: | ||
Affected Versions: | OpenNebula 5.2 |
Description
Terminating hard undeployed machines running from ceph will result in FAIL.
How to replicate bug:
Nebula is configured to use CEPH for system storage
Undeploy action on VM running from ceph.
When VM is undeployed, try to terminate hard.
Nebula tries to apply command
rbd rm ...
on the headnode ignoring the ceph bridges.
Nebula should use CEPH bridge, the command will fail on headnode.
Related issues
History
#1 Updated by Javi Fontan almost 4 years ago
- Duplicates Bug #5174: termination of undeployed vm fails on ceph image DS added
#2 Updated by Javi Fontan almost 4 years ago
- Category set to Drivers - Storage
- Status changed from Pending to Closed
- Resolution set to duplicate
This was a problem with documentation. The frontend needs to be a ceph client.