lp:ubuntu/raring-proposed/mountall

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/raring-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

23. By Martin Pitt

No-change rebuild against libudev1

22. By Steve Langasek

[ Steve Langasek ]
* Make sure we don't show the error message claiming a device is not
  ready when we're actually already handling it but are just waiting for
  related upstart jobs that are blocking the mount to finish.
  LP: #1091792.

[ Stéphane Graber ]
* Mount a tmpfs on /sys/fs/cgroup if it exists.

21. By Steve Langasek

[ 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.

[ 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.

20. By Steve Langasek

Fix a further remaining issue from 2.41: by fixing the missing 'mounted'
events in 2.43, 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.

19. By Steve Langasek

[ Serge Hallyn ]
mounted-dev.conf: leave consoles alone in a lxc or libvirt container
(LP: #1075717)

18. By Steve Langasek

conf/{checkfs,checkroot-bootclean,checkroot,mountall-bootclean}.sh.conf,
conf/{mountnfs-bootclean,mtab,bootmisc}.sh.conf: additional null jobs
for compatibility with pre-existing sysvinit script names, so that the
sysvinit scripts aren't run. This speeds up the boot, improves
compatibility with insserv, and guards against e.g.,
mountall-bootclean.sh running after /run is already in use by ifupdown.

17. 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.

16. By Steve Langasek

[ Andy Whitcroft ]
* Add support for mounting the efivars filesystem onto
  /sys/firmware/efi/efivars. LP: #1063061.

[ 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

15. By Steve Langasek

[ Alexander Achenbach ]
* Don't block other, unrelated mounts from being processed while one
  mount is blocked on its mounting signal to process. LP: #643289.

[ Steve Langasek ]
* Likewise, allow 'mounted' signals to be processed in parallel with
  other unrelated mounts.

14. By Steve Langasek

Add /run/user as a default mountpoint, in support of $XDG_RUNTIME_DIR.
LP: #894391.

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