I'm running LXD 3.03 on Ubuntu 18.04 and the backend for my main storage pool is starting to fail. I have a drive that is provided via SAN to my LXD server and the SAN server itself needs to be shutdown and refreshed. I wanted to move my container's storage volumes from my original storage to a new ceph storage pool, but I'm clearly not specifying my move command properly:
lxcuser@lxcserver:~$ lxc storage list +------------+-------------+--------+---------+---------+ | NAME | DESCRIPTION | DRIVER | STATE | USED BY | +------------+-------------+--------+---------+---------+ | btrfspool1 | | btrfs | CREATED | 21 | +------------+-------------+--------+---------+---------+ | cephpool1 | | ceph | CREATED | 0 | +------------+-------------+--------+---------+---------+ lxcuser@lxcserver:~$ lxc storage volume list btrfspool1 +----------------------+------------------------------------------------------------------+-------------+---------+-----------+ | TYPE | NAME | DESCRIPTION | USED BY | LOCATION | +----------------------+------------------------------------------------------------------+-------------+---------+-----------+ | container | bllweb05 | | 1 | lxcserver | +----------------------+------------------------------------------------------------------+-------------+---------+-----------+ lxcuser@lxcserver:~$ lxc storage volume move btrfspool1/bllweb05 cephpool1/bllweb05 Error: not found How are you supposed to specify the move command to move a volume from one storage pool to another? -- Thanks, Joshua Schaeffer
_______________________________________________ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users