I have a virtual machine on Xen with 60 GB xvdc device, with 60GB XFS xvdc1 partition on it. I stopped the virtual machine, extended the logical volume on Xen then restarted. Now on the virtual machine I see correctly the new dimension of xvdc device (100 GB), but I cannot extend the XFS partion xvdc1 with the commanad xfs_growfs -d /srv (xvdc1 is mounted on /srv).
I have a virtual machine on Xen with 60 GB xvdc device, with 60GB XFS xvdc1 partition on it. I stopped the virtual machine, extended the logical volume on Xen then restarted. Now on the virtual machine I see correctly the new dimension of xvdc device (100 GB), but I cannot extend the XFS partion xvdc1 with the commanad xfs_growfs -d /srv (xvdc1 is mounted on /srv).
I miss something?[/QUOTE]
[grin]Probably you’ll have to install xfsprogs first.[/grin]
Well, ok, back to “serious”: You did not tell us anything about how this fails - so the source of your trouble may range from typo on program invocation to serious problems. Would you mind sharing both the command line when calling xfs_grow and the resulting output / error messages / …? Simply cut&paste the lines and wrap them in code tags.
thanks for reporting back. Re-reading your original message, that step was clearly missing, it should have caught my eye… but luckily you noticed yourself