diff --git a/xml/admin_saltcluster.xml b/xml/admin_saltcluster.xml index 997049db..07dda2c8 100644 --- a/xml/admin_saltcluster.xml +++ b/xml/admin_saltcluster.xml @@ -1300,7 +1300,19 @@ devices /dev/vdb - Migrate the DB device: + If the OSD does not have a preexisting DB device, create a new DB with the new-db command: + +[ceph: root@pacific /]ceph-volume lvm new-db --osd-id 0 \ + --osd-fsid c276d2a4-5578-4847-94c6-8e2e6abf81c4 \ + --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 preexisting 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 \