lp:ubuntu/quantal-proposed/mountall

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/quantal-proposed/mountall
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

423. By Steve Langasek

Ensure callbacks are called directly when running with --no-events,
otherwise the "event" handling of the non-events never finishes and
mountall hangs. LP: #1099349.

422. By Dave Chiluk

Adjust parsing of options so mountall doesn't strip options that are
substrings of these strings (showthrough, optional, bootwait, nobootwait
or timeout). This fixes the issue where timeo was getting stripped from
nfs mounts. LP: #1041377.

421. By Steve Langasek

Fix a further remaining issue from 2.41: by fixing the missing 'mounted'
events in 2.42ubuntu0.1, we have again introduced a case where mountall
may block waiting for 'mounted MOUNTPOINT=/' to return before handling
'mounted MOUNTPOINT=/run' and emitting virtual-filesystems, thus causing
dependency loops and long boot timeouts. LP: #1078926.

420. By Steve Langasek

Fix a regression introduced in 2.41: parse_mountinfo() doesn't
generate a mounted event for a filesystem whose canonicalized
mountpoint doesn't match the mountpoint specified in /etc/fstab. So
we still need to call mounted() explicitly for this case. LP: #1059471.

419. By Steve Langasek

releasing version 2.42

418. By Steve Langasek

mount events now happen so much in parallel that /etc/mtab may not get
updated due to races between 'mounted' events. Explicitly track the
list of mounts that are in need of fake-remounting and make sure mount -f
gets called for them if they missed the boat. LP: #1060296

417. By Andy Whitcroft

Add support for mounting the efivars filesystem onto
/sys/firmware/efi/efivars. LP: #1063061.

416. By Steve Langasek

releasing version 2.41

415. By Steve Langasek

Even if the mounting/mounted event failed (due perhaps to a failure of a job
depending on it), we still want to proceed with the mount and not just
error out.

414. By Steve Langasek

Take care to only mark filesystems 'mounted' once the mounted event has been
processed, and don't emit a 'mounted' event if there's already a pending
event in process since this can only mean the mount has already happened

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/mountall
This branch contains Public information 
Everyone can see this information.

Subscribers