-
Hi, we use OpenStack with Flatcar, I can resize a volume via OpenStack just fine, but then need to figure out how to make the OS recognize the new size. I currently do a sequence of un-mounting the block storage (using the systemd unit), then running Is there a (better or more modern) way to do it all online? Without unmounting, etc.. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Normally ext4 and xfs can do online growing, and btrfs can do online growing and shrinking, see here for a full list: |
Beta Was this translation helpful? Give feedback.
Yes, and no unmounting as well. Details are in the man page: