Merge "Increase in the full path to mkfs.xfs(/sbin/mkfs.xfs)."
This commit is contained in:
commit
64d7d6e68b
@ -489,7 +489,7 @@ function create_swift_disk {
|
|||||||
truncate -s ${SWIFT_LOOPBACK_DISK_SIZE} ${SWIFT_DISK_IMAGE}
|
truncate -s ${SWIFT_LOOPBACK_DISK_SIZE} ${SWIFT_DISK_IMAGE}
|
||||||
|
|
||||||
# Make a fresh XFS filesystem
|
# Make a fresh XFS filesystem
|
||||||
mkfs.xfs -f -i size=1024 ${SWIFT_DISK_IMAGE}
|
/sbin/mkfs.xfs -f -i size=1024 ${SWIFT_DISK_IMAGE}
|
||||||
|
|
||||||
# Mount the disk with mount options to make it as efficient as possible
|
# Mount the disk with mount options to make it as efficient as possible
|
||||||
mkdir -p ${SWIFT_DATA_DIR}/drives/sdb1
|
mkdir -p ${SWIFT_DATA_DIR}/drives/sdb1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user