Skip to content

Commit c0fe526

Browse files
committed
nfsd: add xfsprogs package to base dependencies
The NFS server needs xfsprogs package to create XFS filesystems for exports. This was missing from the base nfsd_packages list, causing mkfs.xfs command not found errors when fstests tried to create XFS exports. Add xfsprogs to the base package list for all distributions (Debian, RedHat, SUSE) to ensure XFS formatting tools are available on the NFS server. Generated-by: Claude AI Signed-off-by: Luis Chamberlain <[email protected]>
1 parent c52cdd4 commit c0fe526

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

playbooks/roles/nfsd/vars/Debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ nfsd_packages:
44
- nfs-common
55
- nfs-kernel-server
66
- policycoreutils
7+
- xfsprogs
78

89
fstype_userspace_progs:
910
btrfs: btrfs-progs

playbooks/roles/nfsd/vars/RedHat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ nfsd_packages:
55
- nfs-utils
66
- policycoreutils
77
- python3-policycoreutils
8+
- xfsprogs
89

910
fstype_userspace_progs:
1011
btrfs: btrfs-progs

playbooks/roles/nfsd/vars/Suse.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ nfsd_packages:
33
- lvm2
44
- nfs-utils
55
- policycoreutils
6+
- xfsprogs
67

78
fstype_userspace_progs:
89
btrfs: btrfsprogs

0 commit comments

Comments
 (0)