rapido-linux / rapido

Quickly test Linux kernel changes
GNU Lesser General Public License v2.1
22 stars 22 forks source link

nfs: fix client mounts and remove duplicate /etc/ config provisioning #243

Closed ddiss closed 9 hours ago

ddiss commented 1 day ago
The following changes since commit ec3ad7557ed657007be05a12abacf83801516873:

  runtime: fix network dependency check (2024-12-03 10:29:17 +1100)

are available in the Git repository at:

  https://github.com/ddiss/rapido.git nfs_fix_mount

for you to fetch changes up to 5af4b4be79cc3e585cd730e288285aa6ea2972d6:

  autorun/lib/nfs: setup /etc/protocols to fix mount (2024-12-03 16:15:09 +1100)

----------------------------------------------------------------
David Disseldorp (2):
      autorun/nfs: split out /etc/ config helper
      autorun/lib/nfs: setup /etc/protocols to fix mount

 autorun/fstests_nfs.sh | 36 +-----------------------------------
 autorun/lib/nfs.sh     | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 autorun/nfs_client.sh  | 36 +-----------------------------------
 autorun/nfsd_btrfs.sh  | 32 +-------------------------------
 cut/fstests_nfs.sh     |  1 +
 cut/nfs_client.sh      |  3 ++-
 cut/nfsd_btrfs.sh      |  3 ++-
 7 files changed, 57 insertions(+), 103 deletions(-)
 create mode 100644 autorun/lib/nfs.sh