]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: s/by-parttype-uuid/by-parttypeuuid/ in ceph-disk 9107/head
authorNathan Cutler <ncutler@suse.com>
Thu, 12 May 2016 18:06:06 +0000 (20:06 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 12 May 2016 18:06:06 +0000 (20:06 +0200)
Fixes: http://tracker.ceph.com/issues/15867
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/man/8/ceph-disk.rst
src/ceph-disk

index 8b68061e2e3ea6ea196659050c806a9c9ec92064..e735243da4d359ba1ff77672f70971785316fd3a 100644 (file)
@@ -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.
 
index 6b64fd4e8b417e6cde17385febc587b2698c42e9..fa8e2e1e185dd085e8e04241aac5a6ea1d5b380c 100755 (executable)
@@ -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.