Skip to content

Instantly share code, notes, and snippets.

@eliasp
Created January 5, 2015 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliasp/36da9abca28a5d033121 to your computer and use it in GitHub Desktop.
Save eliasp/36da9abca28a5d033121 to your computer and use it in GitHub Desktop.
52 22 0:37 / /media/remotefs/library rw,relatime - nfs 134.2.xx.xx:/library rw,vers=3,rsize=32768,wsize=32768,namlen=255,acregmin=10,acregmax=10,acdirmin=10,acdirmax=10,soft,proto=tcp,timeo=5,retrans=5,sec=sys,mountaddr=134.2.xx.xx,mountvers=3,mountport=33308,mountproto=udp,local_lock=none,addr=134.2.xx.xx
50 22 0:36 / /media/remotefs/userstorage rw,relatime - nfs 134.2.xx.xx:/userstorage rw,vers=3,rsize=262144,wsize=262144,namlen=255,acregmin=10,acregmax=10,acdirmin=10,acdirmax=10,soft,proto=tcp,timeo=5,retrans=5,sec=sys,mountaddr=134.2.xx.xx,mountvers=3,mountport=60553,mountproto=udp,local_lock=none,addr=134.2.xx.xx
----------
ID: userstorage-storage-mount
Function: mount.mounted
Name: /media/remotefs/userstorage
Result: False
Comment: Unable to unmount /media/remotefs/userstorage: umount.nfs: /media/remotefs/userstorage: device is busy
umount.nfs: /media/remotefs/userstorage: device is busy.
Started: 21:03:29.348254
Duration: 120.753 ms
Changes:
----------
umount:
Forced unmount and mount because options (bg) changed
----------
ID: library-storage-mount
Function: mount.mounted
Name: /media/remotefs/library
Result: True
Comment: Target was already mounted. Entry already exists in the fstab.
Started: 21:03:29.470155
Duration: 259.303 ms
Changes:
----------
umount:
Forced unmount and mount because options (actimeo=10) changed
library-storage-mount:
----------
__env__:
base
__sls__:
storage.mounts
mount:
|_
----------
name:
/media/remotefs/library
|_
----------
device:
134.2.xx.xx:/library
|_
----------
fstype:
nfs
|_
----------
mkmnt:
True
|_
----------
opts:
- defaults
- bg
- soft
- intr
- timeo=5
- retrans=5
- actimeo=10
- retry=5
|_
----------
require:
|_
----------
pkg:
nfs-common
- mounted
|_
----------
order:
10007
userstorage-storage-mount:
----------
__env__:
base
__sls__:
storage.mounts
mount:
|_
----------
name:
/media/remotefs/userstorage
|_
----------
device:
134.2.xx.xx:/userstorage
|_
----------
fstype:
nfs
|_
----------
mkmnt:
True
|_
----------
opts:
- defaults
- bg
- soft
- intr
- timeo=5
- retrans=5
- actimeo=10
- retry=5
|_
----------
require:
|_
----------
pkg:
nfs-common
- mounted
|_
----------
order:
10006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment