]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Fix typo in exception message 85/head
authorBenoît Knecht <benoit.knecht@fsfe.org>
Thu, 19 Sep 2013 14:28:33 +0000 (16:28 +0200)
committerBenoît Knecht <benoit.knecht@fsfe.org>
Thu, 19 Sep 2013 14:28:33 +0000 (16:28 +0200)
Signed-off-by: Benoît Knecht <benoit.knecht@fsfe.org>
ceph_deploy/osd.py

index 5d4a3633638316705010cdf03587073eb73d3532..71872bf76cde2006095981e15d864e34aaefffd8 100644 (file)
@@ -104,7 +104,7 @@ def prepare_disk(
     if fs_type:
         if fs_type not in ('btrfs', 'ext4', 'xfs'):
             raise argparse.ArgumentTypeError(
-                    "FS_TYPE must be one of 'btrfs', 'ext4' of 'xfs'")
+                    "FS_TYPE must be one of 'btrfs', 'ext4' or 'xfs'")
         args.extend(['--fs-type', fs_type])
     if dmcrypt:
         args.append('--dmcrypt')