11 Comments

  1. Instead of
    “lvresize –resizefs –resize ”
    it should be
    “lvresize –resizefs –size “

  2. There’s an error in the resize command. –resize should be –size:
    # lvresize –resizefs –size SIZE /dev/vg/vg_data

    Otherwise lvresize throws an error.

  3. lvresize saved me a lot of pain , and is WAY MORE safer than lvreduce , esp on a prod server.

    Thanks, much appreciated.

  4. Thanks for your write up, definitely a lot less messier than manually shrinking fs then lv. And the backup bit up there before all the work is abolutely spot on.

    Cheers

Leave a Reply

Your email address will not be published. Required fields are marked *