Add support for extending XFS partition/filesystem
Closed this issue · 2 comments
Sebastian-Roth commented
Just stumbled upon an older thread in the forums and figured that we have F2FS support added in #50 (PR #54) so we might add XFS extension support as well.
https://forums.fogproject.org/topic/16628/centos-partition-count-failed
rluzuriaga commented
Like Tom said in the forum thread, we cannot shrink XFS partitions but we can expand them. In that sense, the implementation will be the exact same as F2FS.
rluzuriaga commented
I am done with the code and some light testing. Will continue testing a bit more before making a PR.