Comment 3 for bug 1316266

Revision history for this message
Roman Sokolkov (rsokolkov) wrote :

I'm using latest 5.0 iso and noticed that anaconda failed to create XFS filesystem

post-partiton.log
mkfs.xfs -f -s 512 /dev/mapper/image-glance
+ mkfs.xfs -f -s 512 /dev/mapper/image-glance
unknown option -s 512
....

Options should be:

"-f -s size=512"