Skip to content

Update Setting Up Volumes.md#269

Merged
prashanthpai merged 1 commit intogluster:masterfrom
mingyang91:patch-1
Sep 21, 2017
Merged

Update Setting Up Volumes.md#269
prashanthpai merged 1 commit intogluster:masterfrom
mingyang91:patch-1

Conversation

@mingyang91
Copy link
Contributor

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"

For example:

`# vgcreate --physicalextentsize 128K gfs_vg /dev/sdb`
`# vgcreate --physicalextentsize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--physicalextentsize must specify a size.

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
@prashanthpai prashanthpai merged commit f036424 into gluster:master Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants