If the reboot doesn't do it, I would try using the sync command -- sync can be used to update the filesystem and/or fix file size inconsistency. Usually, it's best to run sync a few times.
Also, it would be a good idea to check how much free space you have left on both the physical volume and the volume group and see how close or far the numbers are to the df -h output.
Run pvs to check the free space available on the physical volume. The number will be under the PFree column.
Next, run vgs to check for free space available on the volume group. The number will be under the VFree column.
Last edited by Roy.Geer; 02-26-2015 at 07:48 PM.
|