From: Nathan Cutler Date: Thu, 12 May 2016 18:06:06 +0000 (+0200) Subject: doc: s/by-parttype-uuid/by-parttypeuuid/ in ceph-disk X-Git-Tag: v0.94.8~58^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=221efb0b893adbfd7a19df171cf967fee87afcc7;p=ceph.git doc: s/by-parttype-uuid/by-parttypeuuid/ in ceph-disk Fixes: http://tracker.ceph.com/issues/15867 Signed-off-by: Nathan Cutler --- diff --git a/doc/man/8/ceph-disk.rst b/doc/man/8/ceph-disk.rst index 8b68061e2e3e..e735243da4d3 100644 --- a/doc/man/8/ceph-disk.rst +++ b/doc/man/8/ceph-disk.rst @@ -102,7 +102,7 @@ activate-all ------------ Activate all tagged OSD partitions. ``activate-all`` relies on -``/dev/disk/by-parttype-uuid/$typeuuid.$uuid`` to find all partitions. Special +``/dev/disk/by-parttypeuuid/$typeuuid.$uuid`` to find all partitions. Special ``udev`` rules are installed to create these links. It is triggered on ceph service start or run directly. diff --git a/src/ceph-disk b/src/ceph-disk index 6b64fd4e8b41..fa8e2e1e185d 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -59,7 +59,7 @@ We rely on /dev/disk/by-partuuid to find partitions by their UUID; this is what the journal symlink inside the osd data volume normally points to. -activate-all relies on /dev/disk/by-parttype-uuid/$typeuuid.$uuid to +activate-all relies on /dev/disk/by-parttypeuuid/$typeuuid.$uuid to find all partitions. We install special udev rules to create these links.