Open lilinredhat1 opened 4 years ago
I'm not aware of any tooling in RHEL or fedora that can resize vfat. Am I missing something?
@dwlehman it is quite possible that there isn't any. parted used to support it (https://git.savannah.gnu.org/gitweb/?p=parted.git;a=blob;f=doc/parted.texi;h=ecb6574ae75eed9683c7a5287afe8136434a74bf;hb=9fd24d772de1f024a24b7fa039af3e2c6b5f9b9a#l967 ) but this code was removed after version 2.4. So the problem lies rather in tracking what is expected to work and what is not.
The resize support was removed only from the parted CLI, libparted still supports it (with some limits), we are using libparted to support VFAT resize in libblockdev and upstream support in blivet is currently being worked on: https://github.com/storaged-project/blivet/pull/1307 -- once this change makes it to Fedora and RHEL, the role will support VFAT resize automatically.
Hi, I found resize function for vfat FS does not work on rhel7. The size of disk is 20G. The size of VG is 20G. volume size has not changed when do resize from 19g to 25g, but the output by the terminal shows passed and does not report ERROR "exceed the size of disk".
playbook
output log