[opensuse-factory] umount -a -t nfs fails
At least, according to output from the mount command, and directly viewing /etc/mtab. Anyone else have this happen in TW? I'm pretty sure it's happening on every last one of my TW installations, though I've only checked several. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sun, Aug 9, 2015 at 2:02 AM, Felix Miata <mrmazda@earthlink.net> wrote:
At least, according to output from the mount command, and directly viewing /etc/mtab.
mtab is meaningless.. it is currently a symlink to /proc/self/mounts just for backwards compatibility..the mount program does no longer cares about that file in anyway. Anyone else have this happen in TW? I'm pretty sure it's happening
on every last one of my TW installations, though I've only checked several.
hard to tell without any other information/log entries. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Cristian Rodríguez composed on 2015-08-09 02:53 (UTC-0300):
Felix Miata wrote:
At least, according to output from the mount command, and directly viewing /etc/mtab.
mtab is meaningless.. it is currently a symlink to /proc/self/mounts just for backwards compatibility..the mount program does no longer cares about that file in anyway.
Anyone else have this happen in TW? I'm pretty sure it's happening
on every last one of my TW installations, though I've only checked several.
hard to tell without any other information/log entries.
# mount | grep nfs s0000:/dir1 on /mnt/s0000/dir1 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) s0000:/dir2 on /mnt/s0000/dir2 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) # umount -a -t nfs # mount | grep nfs s0000:/dir1 on /mnt/s0000/dir1 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) s0000:/dir2 on /mnt/s0000/dir2 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) # dmesg | grep nfs [ 116.236356] FS-Cache: Netfs 'nfs' registered for caching # journalctl -b | grep nfs Aug 09 02:38:00 myhost kernel: FS-Cache: Netfs 'nfs' registered for caching -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
В Sun, 09 Aug 2015 02:53:01 -0400 Felix Miata <mrmazda@earthlink.net> пишет:
Cristian Rodríguez composed on 2015-08-09 02:53 (UTC-0300):
Felix Miata wrote:
At least, according to output from the mount command, and directly viewing /etc/mtab.
mtab is meaningless.. it is currently a symlink to /proc/self/mounts just for backwards compatibility..the mount program does no longer cares about that file in anyway.
Anyone else have this happen in TW? I'm pretty sure it's happening
on every last one of my TW installations, though I've only checked several.
hard to tell without any other information/log entries.
# mount | grep nfs s0000:/dir1 on /mnt/s0000/dir1 type nfs4 ^^^^ (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) s0000:/dir2 on /mnt/s0000/dir2 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) # umount -a -t nfs ^^^ # mount | grep nfs s0000:/dir1 on /mnt/s0000/dir1 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) s0000:/dir2 on /mnt/s0000/dir2 type nfs4 (ro,nosuid,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.###.%%%,local_lock=none,addr=192.168.###.###) # dmesg | grep nfs [ 116.236356] FS-Cache: Netfs 'nfs' registered for caching # journalctl -b | grep nfs Aug 09 02:38:00 myhost kernel: FS-Cache: Netfs 'nfs' registered for caching
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Andrei Borzenkov composed on 2015-08-09 10:05 (UTC+0300):
Felix Miata composed:
s0000:/dir1 on /mnt/s0000/dir1 type nfs4 ^^^^ ... # umount -a -t nfs ^^^
[client] # grep s0000 /etc/fstab s0000:/dir1 /mnt/s0000/dir1 nfs ro,noauto,nosuid,soft,rsize=8192,wsize=8192 0 0 s0000:/dir2 /mnt/s0000/dir2 nfs ro,noauto,nosuid,soft,rsize=8192,wsize=8192 0 0 Sheesh. :-( Why the mismatch between fstab entries from which mounts started and from wherever output from (current) mount is obtained? Those fstab entries have not been changed from 13.2 and prior releases. [bonus question] Why did nfsv4 need a new filesystem type after nfsv2 and nfsv3 did not? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Andrei Borzenkov
-
Cristian Rodríguez
-
Felix Miata