Skip to content

test: Workaround nfs-utils regression in rawhide - #23430

Open
jelly wants to merge 1 commit into
cockpit-project:mainfrom
jelly:workaround-nfs-issue
Open

test: Workaround nfs-utils regression in rawhide#23430
jelly wants to merge 1 commit into
cockpit-project:mainfrom
jelly:workaround-nfs-issue

Conversation

@jelly

@jelly jelly commented Jul 2, 2026

Copy link
Copy Markdown
Member

In our test virtual machines nfs-server is not started on boot and /var/lib/nfs/etab does not exist yet. Restarting nfs-server results in rpc.mountd error'ing out due as etab is not found, this can be worked around by starting nfs-server before the we restart it.

rpc.mountd[2613]: couldn't open /var/lib/nfs/etab

@jelly
jelly force-pushed the workaround-nfs-issue branch from c6c6a0d to 1322ee5 Compare July 2, 2026 10:16
In our test virtual machines nfs-server is not started on boot and
/var/lib/nfs/etab does not exist yet. Restarting nfs-server results in
rpc.mountd error'ing out due as etab is not found, this can be worked
around by starting nfs-server before the we restart it.

> rpc.mountd[2613]: couldn't open /var/lib/nfs/etab
@jelly
jelly force-pushed the workaround-nfs-issue branch from 1322ee5 to 7de66bc Compare July 2, 2026 11:35
@jelly jelly added the release-blocker Targetted for next release label Jul 2, 2026
@jelly

jelly commented Jul 2, 2026

Copy link
Copy Markdown
Member Author

This needs more work, actually mount.nfs times out with:

mkdir -p /tmp/nfs_export /tmp/nfs_mount
echo "/tmp/nfs_export 127.0.0.1/24(rw,sync,no_root_squash,no_subtree_check)" > /etc/exports
systemctl restart nfs-server


mount -t nfs 127.0.0.1:/tmp/nfs_export /tmp/nfs_mount

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

Labels

release-blocker Targetted for next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant