mirror of
https://github.com/gluster/glusterdocs.git
synced 2026-02-06 00:48:24 +01:00
Update Setting Up Volumes.md
Run `# mkfs.xfs -f -i size=512 -n size=8192 -d su=128K,sw=10 DEVICE` command causes `data su must be a multiple of the sector size (512)`. Because `mkfs.xfs` parameter `<num>` only accept lowercase letter "k" Update Setting Up Volumes.md Update Setting Up Volumes.md
This commit is contained in:
@@ -79,7 +79,7 @@ To create a thinly provisioned logical volume, proceed with the following steps:
|
||||
|
||||
Format bricks using the supported XFS configuration, mount the bricks, and verify the bricks are mounted correctly.
|
||||
|
||||
1. Run `# mkfs.xfs -f -i size=512 -n size=8192 -d su=128K,sw=10 DEVICE` to format the bricks to the supported XFS file system format. Here, DEVICE is the thin LV. The inode size is set to 512 bytes to accommodate for the extended attributes used by GlusterFS.
|
||||
1. Run `# mkfs.xfs -f -i size=512 -n size=8192 -d su=128k,sw=10 DEVICE` to format the bricks to the supported XFS file system format. Here, DEVICE is the thin LV. The inode size is set to 512 bytes to accommodate for the extended attributes used by GlusterFS.
|
||||
|
||||
Run `# mkdir /mountpoint` to create a directory to link the brick to.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user