-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storage: resize function for vfat FS does not work #132
Comments
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. |
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: storaged-project/blivet#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
The text was updated successfully, but these errors were encountered: