Re: [ansible-project] Live GPT partition expansion

2022-02-15 Thread Stephen Maher
Hi Alex, sounds similar to something we have done for a client, I can't share the role but this link is pretty much what you need to do. I did find some older systems did not always pick up the new partition sizes when partprobe was run and they have reboot task to remedy this but it would be d

[ansible-project] Live GPT partition expansion

2022-02-14 Thread Alex Wanderley
Hello, Has anybody worked on expanding GPT partitions live, without unmounting the associated xfs or ext4 filesystem? (We don't use LVM, by the way.) I have a working playbook that does that during VM deployments using the parted module; but because that playbook runs for new servers, I can unmou