[linux-lvm] bug: xfs resize in fsadm

Dénes Németh mr.nemeth.denes at gmail.com
Wed Aug 8 13:14:03 UTC 2012


Dear All

I do not know how to file a bug report. The bug is the following
fsadm do not pass the new size parameter to xfs_growfs
Instead of:
        if [ $NEWBLOCKCOUNT -gt $BLOCKCOUNT ]; then
                verbose "Resizing Xfs mounted on \"$MOUNTPOINT\" to fill
device \"$VOLUME\""
                dry $RESIZE_XFS $MOUNTPOINT
        elif
it should be
        if [ $NEWBLOCKCOUNT -gt $BLOCKCOUNT ]; then
                verbose "Resizing Xfs mounted on \"$MOUNTPOINT\" to fill
device \"$VOLUME\""
                dry $RESIZE_XFS -d $NEWBLOCKCOUNT $MOUNTPOINT
        elif

Best wishes
Denes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/linux-lvm/attachments/20120808/9abc8a9e/attachment.htm>


More information about the linux-lvm mailing list