Skip to content

Add fat as a valid fs_type in parted module#52016

Merged
dwoz merged 1 commit into
saltstack:developfrom
fignew:patch-1
Mar 7, 2019
Merged

Add fat as a valid fs_type in parted module#52016
dwoz merged 1 commit into
saltstack:developfrom
fignew:patch-1

Conversation

@fignew
Copy link
Copy Markdown
Contributor

@fignew fignew commented Mar 7, 2019

Fedora and RHEL do not have a mkfs.fat32 (or mkfs.fat16) binary available. There is only mkfs.fat and mkfs.vfat (same binary) provided by the dosfstools package.

Previous Behavior

when specifying fs_type: fat --> CommandExecutionError: Invalid fs_type passed to partition.mkfs
when specifying fs_type: fat32 --> Error: mkfs.fat32 is unavailable

Tests written?

No

Commits signed with GPG?

No

Fedora and RHEL do not have a mkfs.fat32 or mkfs.fat16 binary available. There is only mkfs.fat (and mkfs.vfat, same binary) provided by the dosfstools package.
@dwoz dwoz merged commit a3dc311 into saltstack:develop Mar 7, 2019
@terminalmage
Copy link
Copy Markdown
Contributor

Ported to master and unit test added in #57193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants