I just doubled the amount of memory allocated to a CentOS vm. Needless to say, now my swap is too small. My swap is I have tried to use lvmresize on my guest after turning swap off but, it can't increase the size.
#> lvm lvresize /dev/VolGroup00/LogVol01 -L +2G
Extending logical volume LogVol01 to 4 GB
Insufficient free space: 128 extents needed, but only 0 available
What is the best procedure for doing this?
I suppose I could create another virtual disk and use it as my swap and abandon the old swap space, but I am a newbie and somehow question if this is the best method.