Opened 8 years ago

Closed 8 years ago

#785 closed defect (fixed)

mondoarchive doesn't store NFS information correctly

Reported by: Bruno Cornec Owned by: Bruno Cornec
Priority: highest Milestone: 3.2.2
Component: mondo Version: 3.2.1
Severity: blocker Keywords:
Cc:

Description

When using 3.2.1 and the new mr-net-get-config script mondoarchive doesn't store correctly the NFS info in the conf file when your NFS server is on a different network requiring to go through the default route to reach it.

$ mr-net-get-config 10.0.0.1:/data
$
$ mr-net-get-config 192.168.8.55:/data
netfs-dev eth0
netfs-proto nfs
netfs-client-ipaddr 192.168.8.1
netfs-client-netmask 255.255.255.0
netfs-client-broadcast 192.168.8.255
netfs-client-hwaddr 00:01:02:11:cc:66
netfs-server-mount 192.168.8.55:/data
netfs-server-user 
netfs-server-ipaddr 192.168.8.55
netfs-client-defgw 192.168.8.254

Change History (1)

comment:1 by Bruno Cornec, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in rev [3512] Will be in 3.2.2

Note: See TracTickets for help on using tickets.