Skip to content
Snippets Groups Projects
Verified Commit 4097e014 authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

howto/ganeti: how to detach a disk

parent 703d09a2
No related branches found
No related tags found
No related merge requests found
......@@ -702,6 +702,14 @@ never do that.
See also the [upstream procedure](https://docs.ganeti.org/docs/ganeti/3.0/html/admin.html#conversion-of-an-instance-s-disk-type) and [design document](https://docs.ganeti.org/docs/ganeti/3.0/html/design-disk-conversion.html).
### Detaching a disk
If you need to remove a volume from an instance without destroying data, it's
possible to detach it. First, you must identify the disk's uuid using
`gnt-instance info`, then:
gnt-instance modify --disk <uuid>:detach test-01
### Adding a network interface on the rfc1918 vlan
We have a vlan that some VMs that do not have public addresses sit on.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment