Browse code

Merge "(havana)Increase in the full path to mkfs.xfs(/sbin/mkfs.xfs)." into stable/havana

Jenkins authored on 2014/04/03 00:12:29
Showing 1 changed files
... ...
@@ -444,7 +444,7 @@ function create_swift_disk() {
444 444
     truncate -s ${SWIFT_LOOPBACK_DISK_SIZE} ${SWIFT_DISK_IMAGE}
445 445
 
446 446
     # Make a fresh XFS filesystem
447
-    mkfs.xfs -f -i size=1024  ${SWIFT_DISK_IMAGE}
447
+    /sbin/mkfs.xfs -f -i size=1024  ${SWIFT_DISK_IMAGE}
448 448
 
449 449
     # Mount the disk with mount options to make it as efficient as possible
450 450
     mkdir -p ${SWIFT_DATA_DIR}/drives/sdb1