Browse code

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

Jenkins authored on 2014/03/27 22:49:07
Showing 1 changed files
... ...
@@ -489,7 +489,7 @@ function create_swift_disk {
489 489
     truncate -s ${SWIFT_LOOPBACK_DISK_SIZE} ${SWIFT_DISK_IMAGE}
490 490
 
491 491
     # Make a fresh XFS filesystem
492
-    mkfs.xfs -f -i size=1024  ${SWIFT_DISK_IMAGE}
492
+    /sbin/mkfs.xfs -f -i size=1024  ${SWIFT_DISK_IMAGE}
493 493
 
494 494
     # Mount the disk with mount options to make it as efficient as possible
495 495
     mkdir -p ${SWIFT_DATA_DIR}/drives/sdb1