wrongly spelled attributes are not reported
Status: Alpha
Brought to you by:
gonter
# chfs -a szie=+500M /home
# chfs -a size=+500M /home
# perform these commands:
/sbin/lvextend -L '+500M' '/dev/rootvg/homelv'
/sbin/resize2fs -p '/dev/rootvg/homelv'
the script should complain about that.
GG