I'm getting this same behavior on Ubuntu 12.04 LTS with an ext4
filesystem (iSCSI volume).

I am repeatedly seeing events like this sprinkled throughout my boot.log
file.

mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not exist
mount: special device /dev/mapper/mpath5-part1 does not exist
mountall: mount /export/users [1133] terminated with status 32
mountall: mount /export/snapshots/users [1135] terminated with status 32
mountall: mount /export/faculty [1138] terminated with status 32
mount: special device /dev/mapper/mpath1-part1 does not exist
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/snapshots/faculty [1140] terminated with status 32
mountall: mount /export/projects [1142] terminated with status 32
mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not exist
mount: special device /dev/mapper/mpath5-part1 does not exist
mountall: mount /export/users [1175] terminated with status 32
mountall: mount /export/snapshots/users [1179] terminated with status 32
mountall: mount /export/faculty [1184] terminated with status 32
mount: special device /dev/mapper/mpath1-part1 does not exist
mount: special device /dev/mapper/mpath4-part1 does not exist
mount: special device /dev/mapper/mpath2-part1 does not exist
mountall: mount /export/snapshots/faculty [1185] terminated with status 32
mountall: mount /export/projects [1192] terminated with status 32
mountall: mount /export/users [1201] terminated with status 32
mount: special device /dev/mapper/mpath3-part1 does not exist
mountall: mount /export/snapshots/users [1208] terminated with status 32
mount: special device /dev/mapper/mpath5-part1 does not exist
mountall: mount /export/faculty [1216] terminated with status 32
mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath5-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not exist
mount: special device /dev/mapper/mpath1-part1 does not existmountall: mount 
/export/users [1265] terminated with status 32
mountall: mount /export/snapshots/users [1270] terminated with status 32
mountall: mount /export/faculty [1271] terminated with status 32

The offending lines in my /etc/fstab look like this:

/dev/mapper/mpath2-part1  /export/users              ext4 
defaults,user_xattr,acl,barrier=1,errors=remount-ro,_netdev       0 0
/dev/mapper/mpath3-part1  /export/snapshots/users    ext4 
defaults,user_xattr,acl,barrier=1,errors=remount-ro,_netdev       0 0
/dev/mapper/mpath5-part1  /export/faculty            ext4 
defaults,quota,user_xattr,acl,barrier=1,errors=remount-ro,_netdev 0 0
/dev/mapper/mpath1-part1  /export/snapshots/faculty  ext4 
defaults,user_xattr,acl,barrier=1,errors=remount-ro,_netdev       0 0
/dev/mapper/mpath4-part1  /export/projects           ext4 
defaults,quota,user_xattr,acl,barrier=1,errors=remount-ro,_netdev 0 0

As you can see, _netdev is specified and is being ignored. The
filesystems do mount after the network is up, but not without lots of
nasty errors.

Here's the boot.log file with mountall set to verbose:

Connected to Plymouth
/ is local
/proc is virtual
/sys is virtual
/sys/fs/fuse/connections is virtual
/sys/kernel/debug is virtual
/sys/kernel/security is virtual
/dev is virtual
/dev/pts is virtual
/tmp is local
/run is virtual
/run/lock is virtual
/run/shm is virtual
/boot is local
/dev/mapper/quartz-swap_1 is swap
/export/users is nowait
/export/snapshots/users is nowait
/export/faculty is nowait
/export/snapshots/faculty is nowait
/export/projects is nowait
/home/projects is nowait
mounting event sent for /sys/fs/fuse/connections
mounting event sent for /sys/kernel/debug
mounting event sent for /sys/kernel/security
mounting event sent for /run/lock
mounting event sent for /run/shm
checking /boot
fsck from util-linux 2.20.1
checking /
fsck from util-linux 2.20.1
mounting event sent for swap /dev/mapper/quartz-swap_1
mounted event handled for /sys
local 0/3 remote 0/0 virtual 1/10 swap 0/1
mounted event handled for /dev/pts
local 0/3 remote 0/0 virtual 2/10 swap 0/1
mounting event handled for /sys/fs/fuse/connections
mounting /sys/fs/fuse/connections
mount /sys/fs/fuse/connections [352] exited normally
mounting event handled for /sys/kernel/debug
mounting /sys/kernel/debug
mount /sys/kernel/debug [356] exited normally
mounting event handled for /sys/kernel/security
mounting /sys/kernel/security
mount /sys/kernel/security [359] exited normally
mounting event handled for /run/lock
mounting /run/lock
mount /run/lock [362] exited normally
mounting event handled for /run/shm
mounting /run/shm
mount /run/shm [366] exited normally
mounted event handled for /proc
local 0/3 remote 0/0 virtual 3/10 swap 0/1
mounted event handled for /dev
local 0/3 remote 0/0 virtual 4/10 swap 0/1
mounting event handled for swap /dev/mapper/quartz-swap_1
activating /dev/mapper/quartz-swap_1
swapon /dev/mapper/quartz-swap_1 [369] exited normally
mountall: Event failed
mounted event handled for /run
local 0/3 remote 0/0 virtual 5/10 swap 0/1
mounted event handled for /sys/fs/fuse/connections
local 0/3 remote 0/0 virtual 6/10 swap 0/1
mounted event handled for /sys/kernel/security
local 0/3 remote 0/0 virtual 7/10 swap 0/1
mounted event handled for /run/lock
local 0/3 remote 0/0 virtual 8/10 swap 0/1
mounted event handled for /run/shm
local 0/3 remote 0/0 virtual 9/10 swap 0/1
mounted event handled for /sys/kernel/debug
virtual finished
remote finished
local 0/3 remote 0/0 virtual 10/10 swap 0/1
mounted event handled for swap /dev/mapper/quartz-swap_1
swap finished
local 0/3 remote 0/0 virtual 10/10 swap 1/1
Received SIGUSR1 (network device up)
Received SIGUSR1 (network device up)
Received SIGUSR1 (network device up)
rpcbind: Cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (No 
such file or directory)

rpcbind: Cannot open '/run/rpcbind/portmap.xdr' file for reading, errno
2 (No such file or directory)

Received SIGUSR1 (network device up)
Received SIGUSR1 (network device up)
/dev/mapper/quartz-root: clean, 88055/5570560 files, 1070782/22277120 blocks
fsck / [349] exited normally
mounting event sent for /
mounting event handled for /
remounting /
/dev/sda1: clean, 227/124496 files, 42373/248832 blocks
mount / [934] exited normally
fsck /boot [336] exited normally
mounting event sent for /boot
mounted event handled for /
mount / [953] exited normally
mount /proc [960] exited normally
mount /sys [965] exited normally
mount /sys/fs/fuse/connections [966] exited normally
mount /sys/kernel/debug [970] exited normally
mount /sys/kernel/security [978] exited normally
mount /dev [981] exited normally
mount /dev/pts [988] exited normally
mount /run [995] exited normally
mount /run/lock [1002] exited normally
mount /run/shm [1006] exited normally
local 1/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /tmp
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mounting event handled for /boot
mounting /boot
mount /boot [1013] exited normally
mounting event handled for /tmp
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event handled for /export/faculty
mounting /export/faculty
mount: special device /dev/mapper/mpath3-part1 does not existmount: special 
device /dev/mapper/mpath2-part1 does not exist

mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mount: special device /dev/mapper/mpath5-part1 does not exist
mounting event handled for /export/projects
mounting /export/projects
mounting event sent for swap /dev/mapper/quartz-swap_1
mountall: mount /export/users [1029] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1032] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mountall: mount /export/faculty [1035] terminated with status 32
Filesystem could not be mounted: /export/faculty
mounted event handled for /boot
local 2/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mount: special device /dev/mapper/mpath1-part1 does not exist
mounting event sent for /
mountall: mount /export/snapshots/faculty [1040] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1047] terminated with status 32
Filesystem could not be mounted: /export/projects
mounting event handled for swap /dev/mapper/quartz-swap_1
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event handled for /export/faculty
mounting /export/faculty
mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not existmounting event 
handled for /export/snapshots/faculty
mounting /export/snapshots/faculty

mount: special device /dev/mapper/mpath5-part1 does not exist
mounting event handled for /export/projects
mounting /export/projects
mounting event handled for /
mountall: mount /export/users [1062] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1063] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mountall: mount /export/faculty [1064] terminated with status 32
Filesystem could not be mounted: /export/faculty
mounted event handled for /tmp
local finished
mount: special device /dev/mapper/mpath1-part1 does not exist
mount: special device /dev/mapper/mpath4-part1 does not exist
All filesystems mounted
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mountall: mount /export/snapshots/faculty [1067] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mountall: mount /export/projects [1071] terminated with status 32
Filesystem could not be mounted: /export/projects
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event handled for /export/faculty
mounting /export/faculty
mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not exist
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mounting event handled for /export/projects
mounting /export/projects
mount: special device /dev/mapper/mpath5-part1 does not exist
mount: special device /dev/mapper/mpath1-part1 does not exist
mountall: mount /export/users [1182] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1183] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mountall: mount /export/faculty [1184] terminated with status 32
Filesystem could not be mounted: /export/faculty
mountall: mount /export/snapshots/faculty [1188] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1189] terminated with status 32
Filesystem could not be mounted: /export/projects
udevd[396]: inotify_add_watch(6, /dev/dm-2, 10) failed: No such file or 
directory


udevd[396]: inotify_add_watch(6, /dev/dm-2, 10) failed: No such file or 
directory


mounted event handled for /run/rpc_pipefs
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event handled for /export/faculty
mounting /export/faculty
mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not exist
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mount: special device /dev/mapper/mpath5-part1 does not exist
mounting event handled for /export/projects
mounting /export/projects
Received SIGUSR1 (network device up)
mountall: mount /export/users [1275] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1278] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mountall: mount /export/faculty [1279] terminated with status 32
Filesystem could not be mounted: /export/faculty
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mount: special device /dev/mapper/mpath1-part1 does not exist
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mountall: mount /export/snapshots/faculty [1284] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1285] terminated with status 32
Filesystem could not be mounted: /export/projects
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mount: special device /dev/mapper/mpath2-part1 does not exist
mounting event handled for /export/faculty
mounting /export/faculty
mount: special device /dev/mapper/mpath3-part1 does not exist
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mount: special device /dev/mapper/mpath5-part1 does not existmounting event 
handled for /export/projects
mounting /export/projects
mount: special device /dev/mapper/mpath1-part1 does not existmountall: mount 
/export/users [1293] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1294] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users

mountall: mount /export/faculty [1297] terminated with status 32
Filesystem could not be mounted: /export/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1304] terminated with status 32
Filesystem could not be mounted: /export/projects

mountall: mount /export/snapshots/faculty [1298] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
 * Starting Mount network filesystems[ OK ]
 * Starting configure network device[ OK ]
Received SIGUSR1 (network device up)
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mounting event handled for /export/users
mounting /export/users
 * Stopping Mount network filesystems[ OK ]
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event handled for /export/faculty
mounting /export/faculty
mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not exist
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mounting event handled for /export/projects
mounting /export/projects
mount: special device /dev/mapper/mpath5-part1 does not exist
mount: special device /dev/mapper/mpath1-part1 does not exist
mountall: mount /export/users [1364] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1365] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mountall: mount /export/faculty [1366] terminated with status 32
Filesystem could not be mounted: /export/faculty
mountall: mount /export/snapshots/faculty [1367] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1368] terminated with status 32
Filesystem could not be mounted: /export/projects
mounting event sent for /boot
mounting event handled for /boot
 * Stopping cold plug devices[ OK ]
 * Stopping log initial device creation[ OK ]
 * Starting load fallback graphics devices[ OK ]
 * Starting configure network device security[ OK ]
 * Starting save udev log and update rules[ OK ]
 * Starting configure virtual network devices[ OK ]
 * Stopping save udev log and update rules[ OK ]
 * Starting Userspace bootsplash[ OK ]
 * Stopping load fallback graphics devices[ OK ]
 * Stopping Userspace bootsplash[ OK ]
 * Stopping OpenSSH server[ OK ]
 * Starting OpenSSH server[ OK ]
 * Starting Mount network filesystems[ OK ]
Received SIGUSR1 (network device up)
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
 * Stopping configure virtual network devices[ OK ]
 * Stopping Mount network filesystems[ OK ]
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event handled for /export/faculty
mounting /export/faculty
mount: special device /dev/mapper/mpath2-part1 does not exist
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mount: special device /dev/mapper/mpath3-part1 does not exist
mounting event handled for /export/projects
mounting /export/projects
mountall: mount /export/users [1539] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1540] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mount: special device /dev/mapper/mpath5-part1 does not exist
mountall: mount /export/faculty [1541] terminated with status 32
Filesystem could not be mounted: /export/faculty
mount: special device /dev/mapper/mpath1-part1 does not exist
mountall: mount /export/snapshots/faculty [1542] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1543] terminated with status 32
Filesystem could not be mounted: /export/projects
 * Stopping OpenSSH server[ OK ]
 * Starting OpenSSH server[ OK ]
 * Starting Mount network filesystems[ OK ]
Received SIGUSR1 (network device up)
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
 * Stopping Mount network filesystems[ OK ]
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mount: special device /dev/mapper/mpath2-part1 does not exist
mountall: mount /export/users [1629] terminated with status 32
Filesystem could not be mounted: /export/users
mounting event handled for /export/faculty
mounting /export/faculty
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mount: special device /dev/mapper/mpath3-part1 does not exist
mount: special device /dev/mapper/mpath5-part1 does not exist
mounting event handled for /export/projects
mounting /export/projects
mount: special device /dev/mapper/mpath1-part1 does not exist
mountall: mount /export/snapshots/users [1630] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mountall: mount /export/faculty [1635] terminated with status 32
Filesystem could not be mounted: /export/faculty
mountall: mount /export/snapshots/faculty [1636] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1637] terminated with status 32
Filesystem could not be mounted: /export/projects
 * Starting configure network device[ OK ]
 * Stopping Failsafe Boot Delay[ OK ]
 * Starting System V initialisation compatibility[ OK ]
 * Starting set sysctls from /etc/sysctl.conf[ OK ]
 * Stopping set sysctls from /etc/sysctl.conf[ OK ]
 * Discovering and coalescing multipaths...        
[ OK ]
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
 * Starting AppArmor profiles        
[ OK ]
 * Stopping System V initialisation compatibility[ OK ]
 * Starting System V runlevel compatibility[ OK ]
 * Starting save kernel messages[ OK ]
 * Starting automatic crash report generation[ OK ]
 * Starting ACPI daemon[ OK ]
 * Starting regular background program processing daemon[ OK ]
 * Starting deferred execution scheduler[ OK ]
 * Starting CPU interrupts balancing daemon[ OK ]
 * Starting crash report submission daemon[ OK ]
 * Stopping save kernel messages[ OK ]
 * Starting multipath daemon multipathd        
[ OK ]
mounted event handled for /proc/fs/nfsd
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/users
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mounting event handled for /export/users
mounting /export/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event handled for /export/faculty
mounting /export/faculty
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mount: special device /dev/mapper/mpath2-part1 does not exist
mount: special device /dev/mapper/mpath3-part1 does not exist
mount: special device /dev/mapper/mpath5-part1 does not exist
mounting event handled for /export/projects
mounting /export/projects
mountall: mount /export/users [1873] terminated with status 32
Filesystem could not be mounted: /export/users
mountall: mount /export/snapshots/users [1874] terminated with status 32
Filesystem could not be mounted: /export/snapshots/users
mountall: mount /export/faculty [1876] terminated with status 32
Filesystem could not be mounted: /export/faculty
mount: special device /dev/mapper/mpath1-part1 does not exist
mountall: mount /export/snapshots/faculty [1877] terminated with status 32
Filesystem could not be mounted: /export/snapshots/faculty
mount: special device /dev/mapper/mpath4-part1 does not exist
mountall: mount /export/projects [1878] terminated with status 32
Filesystem could not be mounted: /export/projects
 * Exporting directories for NFS kernel daemon...        
[ OK ]
 * Starting NFS kernel daemon        
[ OK ]
 * Starting Name Service Cache Daemon nscd        
[ OK ]
 * Starting Keep alive Kerberos ticket k5start        
[ OK ]
 * Starting LDAP connection daemon nslcd        
[ OK ]
 * Starting iSCSI initiator service iscsid        
[ OK ]
Logging in to [*REMOVED*]
Logging in to [*REMOVED*]
Logging in to [*REMOVED*]
Logging in to *REMOVED*]
Logging in to [*REMOVED*0]
Logging in to [*REMOVED*]
Logging in to [*REMOVED*]
Logging in to *REMOVED*
Logging in to [*REMOVED*]
Logging in to [*REMOVED*]
Login to [*REMOVED*]: successful
mounting event sent for /export/snapshots/faculty
mounting event handled for /export/snapshots/faculty
mounting /export/snapshots/faculty
mounting event sent for /export/snapshots/users
mounting event handled for /export/snapshots/users
mounting /export/snapshots/users
mounting event sent for /export/users
mounting event handled for /export/users
mounting /export/users
mounting event sent for /export/snapshots/users
mounting event handled for /export/snapshots/users
mounting event sent for /export/users
mounting event handled for /export/users
mounting event sent for /export/snapshots/users
mounting event handled for /export/snapshots/users
mounting event sent for /export/users
mounting event handled for /export/users
mounting event sent for /export/projects
mounting event handled for /export/projects
mounting /export/projects
mounting event sent for /export/faculty
mounting event handled for /export/faculty
mounting /export/faculty
mount /export/users [2364] exited normally
mounted event handled for /export/users
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/snapshots/users
 * Stopping Read required files in advance (for other mountpoints)[ OK ]
mounting event sent for /export/faculty
mounting event sent for /export/snapshots/faculty
mounting event sent for /export/projects
mounting event handled for /export/snapshots/users
mounting event handled for /export/faculty
mounting event handled for /export/snapshots/faculty
mounting event handled for /export/projects
mounting event sent for /export/snapshots/faculty
mounting event handled for /export/snapshots/faculty
mounting event sent for /export/snapshots/faculty
mounting event handled for /export/snapshots/faculty
mount /export/snapshots/faculty [2329] exited normally
 * Stopping Read required files in advance (for other mountpoints)[ OK ]
mounted event handled for /export/snapshots/faculty
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/snapshots/users
mounting event sent for /export/faculty
mounting event sent for /export/projects
mounting event handled for /export/snapshots/users
mounting event handled for /export/faculty
mounting event handled for /export/projects
mount /export/snapshots/users [2362] exited normally
mounted event handled for /export/snapshots/users
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/faculty
mounting event sent for /export/projects
mounting event handled for /export/faculty
mounting event handled for /export/projects
mounted event handled for /export/faculty
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/projects
mounting event handled for /export/projects
mounting event sent for /export/faculty
mounting event handled for /export/faculty
mount /export/faculty [2456] exited normally
 * Stopping Read required files in advance (for other mountpoints)[ OK ]
mounted event handled for /export/faculty
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /export/projects
mounting event handled for /export/projects
mounting event sent for /export/projects
mounting event handled for /export/projects
mounting event sent for /export/faculty
mounting event handled for /export/faculty
mount /export/projects [2429] exited normally
 * Stopping Read required files in advance (for other mountpoints)[ OK ]
mounted event handled for /export/projects
local 3/3 remote 0/0 virtual 10/10 swap 1/1
mounting event sent for /home/projects
mounting event handled for /home/projects
mounting /home/projects
mounted event handled for /home/projects
local 3/3 remote 0/0 virtual 10/10 swap 1/1
 * Stopping Mount filesystems on boot[ OK ]
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
Login to [*REMOVED*]: successful
 * Stopping OpenSSH server[ OK ]
 * Starting OpenSSH server[ OK ]
 * Starting Mount network filesystems[ OK ]
 * Stopping Mount network filesystems[ OK ]
 * Starting configure network device[ OK ]
 * Setting up iSCSI targets        
[ OK ]
 * Starting quota service rpc.rquotad        
[ OK ]
 * Starting NTP server ntpd        
[ OK ]
 * Stopping System V runlevel compatibility[ OK ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103047

Title:
  mountall causes automatic mounting of gluster shares to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1103047/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to