Bug ID 1006815
Summary [Build 20161024] yast2 nfs-client does not mount added export
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component YaST2
Assignee yast2-maintainers@suse.de
Reporter jpupava@suse.com
QA Contact jsrain@suse.com
Found By ---
Blocker ---

Created attachment 699166 [details]
y2logs

### observed
nfs client does not mount added export, nfs client configuration is ok and the
export is added in fstab, nfs client service is running but export is not
mounted

https://openqa.opensuse.org/tests/289982#step/yast2_nfs_client/14

### workaround
mount -a does mount nfs export

### expected
added export should be also mounted

linux-2cg7:~ # systemctl status nfs-client.target 
��� nfs-client.target - NFS client services
   Loaded: loaded (/usr/lib/systemd/system/nfs-client.target; disabled; vendor
preset: disabled)
  Drop-In: /usr/lib/systemd/system/nfs-client.target.d
           ������nfs.conf
   Active: active since Tue 2016-10-25 09:36:52 EDT; 36s ago 

Oct 25 09:36:52 linux-2cg7 systemd[1]: Reached target NFS client services.
linux-2cg7:~ #
linux-2cg7:~ # systemctl show nfs.service  --property=Id  --property=MainPID 
--property=Description  --property=LoadState  --property=ActiveState 
--property=SubState  --property=UnitFileState  --property=FragmentPath
MainPID=0
Id=nfs.service
Description=Alias for NFS client
LoadState=loaded
ActiveState=active
SubState=exited
FragmentPath=/usr/lib/systemd/system/nfs.service
UnitFileState=enabled
linux-2cg7:~ # mount|grep nfs
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
linux-2cg7:~ #
linux-2cg7:~ # grep nfs /etc/fstab
localhost:/tmp/nfs/server   /tmp/nfs/client nfs defaults 0 0
linux-2cg7:~ #
linux-2cg7:~ # mount -a
linux-2cg7:~ # mount|grep nfs
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
localhost:/tmp/nfs/server on /tmp/nfs/client type nfs4
(rw,relatime,vers=4.2,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp6,port=0,timeo=600,retrans=2,sec=sys,clientaddr=::1,local_lock=none,addr=::1)
linux-2cg7:~ #


You are receiving this mail because: