Jump to content

Help talk:Adding disk space to Cloud VPS instances

From Wikitech
Latest comment: 4 months ago by FNegri in topic How to re-attach volumes?
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)Reply

Using sudo mount will not persist after a reboot, running wmcs-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)Reply