Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Renaming an LXD storage pool ====== * ''lxd sql global "UPDATE storage_pools SET name='new_name' WHERE name='old_name';"'' * ''lxd sql global "UPDATE profiles_devices_config SET value='new_name' WHERE value='old_name' AND key='pool';"'' * ''mv /var/snap/lxd/common/lxd/storage-pools/old_name/ /var/snap/lxd/common/lxd/storage-pools/new_name/'' * in ''/var/snap/lxd/common/lxd/containers'' and ''/var/snap/lxd/common/lxd/virtual-machines'' rewrite the symlink targets as appropriate linux/home/renaming_lxd_storage_pool.txt Last modified: 2022/09/07 20:05by michaelbromilow