Help talk:Adding disk space to Cloud VPS instances
Appearance
Rendered with Parsoid
Latest comment: 3 months ago by FNegri in topic How to re-attach volumes?
How to re-attach volumes?
Some user-feedback. Volumes are useful because they can be detached and re-attached. However there is no guidance on how to re-attach volumes. So far I have managed to detach using the horizon web-interface, but then the volume is not mounted. A quick `sudo mount /dev/sdb /extrastorage
` will work, but will this persist after restart? There should be a section on this page describing. maximilianklein (talk) 19:57, 13 August 2024 (UTC)
- Using
sudo mount
will not persist after a reboot, runningwmcs-prepare-cinder-volume
to re-attach should make it persist by adding a line to/etc/fstab
. I added a section to the help page, let us know if that does not work as expected. FNegri (talk) 09:10, 20 August 2024 (UTC)