diff --git a/xml/admin_saltcluster.xml b/xml/admin_saltcluster.xml index 55820c58..d5816e0b 100644 --- a/xml/admin_saltcluster.xml +++ b/xml/admin_saltcluster.xml @@ -1307,16 +1307,16 @@ devices /dev/vdb --target ceph-c3dc9227-ca3e-49bc-992c-00602cb3eec7/osd-db-b346b9ff-dbbe-40db-a95e-2419ccd31f2c Then, migrate data using the flag: + [ceph: root@pacific /]ceph-volume lvm migrate --osd-id 0 \ --osd-fsid c276d2a4-5578-4847-94c6-8e2e6abf81c4 --from data \ --target ceph-c3dc9227-ca3e-49bc-992c-00602cb3eec7/osd-db-b346b9ff-dbbe-40db-a95e-2419ccd31f2c - If the OSD does have a pre-existing DB device, migrate the DB using the flag: + [ceph: root@pacific /]ceph-volume lvm migrate --osd-id 0 \ --osd-fsid c276d2a4-5578-4847-94c6-8e2e6abf81c4 --from db \ --target ceph-c3dc9227-ca3e-49bc-992c-00602cb3eec7/osd-db-b346b9ff-dbbe-40db-a95e-2419ccd31f2c -