LiveCDUnion

Differences between revisions 1 and 2
Revision 1 as of 2009-06-09 16:57:37
Size: 2551
Editor: 79-66-217-122
Comment:
Revision 2 as of 2009-06-10 07:37:02
Size: 2144
Editor: 41
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * '''Launchpad Entry''': UbuntuSpec:foo ## * '''Launchpad Entry''': UbuntuSpec:foo
Line 24: Line 24:
== Design ==

The Karmic kernel already has dropped AUFS as it did not port forward without work.
Line 30: Line 26:
This section should describe a plan of action (the "how") to implement the changes discussed. Could include subsections like: The Karmic kernel already has dropped AUFS as it did not port forward without work. This leaves us with no liveCD.
Line 32: Line 28:
=== Code Changes === Evaluate the alternative options:
Line 34: Line 30:
Code changes should include an overview of what needs to change, and in some cases even the specific details.  1. DM COW snapshots
 1. fuse union mount
 1. VFS union mount
 1. AUFS
 1. UnionFS
Line 36: Line 36:
=== Migration === Retool to use the selected solution.
Line 38: Line 38:
Include:
 * data migration, if any
 * redirects from old URLs to new ones, if any
 * how users will be pointed to the new way of doing things, if necessary.
=== DM COW snapshots ===

These work but the filesystems the create are not rsync friendly. This limitation is very problematic for QA who use this feature to make ISO testing cheaper.

=== FUSE Union Mount ===

This was tested and does seem to work, but performance is poor. This work will be retained for the

=== VFS Union-Mount ===

This seems to be the communities preferred platform.

http://lkml.org/lkml/2009/5/18/289
http://people.ubuntu.com/~scott/vfs-union/
http://valerieaurora.org/union/

=== AUFS ===

=== UnionFS ===
Line 45: Line 61:
It's important that we are able to test new features, and demonstrate them to users. Use this section to describe a short plan that anybody can follow that demonstrates the feature is working. This can then be used during testing, and to show off after release. Please add an entry to http://testcases.qa.ubuntu.com/Coverage/NewFeatures for tracking test coverage.

This need not be added or completed until the specification is nearing beta.
TBD
Line 51: Line 65:
This should highlight any issues that should be addressed in further specifications, and not problems with the specification itself; since any specification with problems cannot be approved.

== BoF agenda and discussion ==

Use this section to take notes during the BoF; if you keep it in the approved spec, use it for summarising what was discussed and note any options that were rejected.
It is unclear the VFS union-mount will be merged in time for 2.6.31 which would mean carrying it as a patch set much as we carry AUFS now.

  • Created:

  • Contributors:

  • Packages affected:

Summary

We use union filesystems to implement the live cd experience. In Jaunty this was implemented using AUFS. However this is not expected to ever make it upstream. The currently favourite implementation of this style of functionality is VFS union-mount. The purpose of this spec is to track both the progress upstream of the required functionality as well as enumerating the other options.

Release Note

None required as there should be no user visible change.

Rationale

The current AUFS support is buggy and not likely to make it upstream. We should be trying to move to the upstream solution as it becomes available. Any help and testing we can provide them can only help its integration.

Assumptions

VFS union-mount will be sufficiently stable, performant, and feature complete to allow it to replace the current AUFS implementation.

Implementation

The Karmic kernel already has dropped AUFS as it did not port forward without work. This leaves us with no liveCD.

Evaluate the alternative options:

  1. DM COW snapshots
  2. fuse union mount
  3. VFS union mount
  4. AUFS
  5. UnionFS

Retool to use the selected solution.

DM COW snapshots

These work but the filesystems the create are not rsync friendly. This limitation is very problematic for QA who use this feature to make ISO testing cheaper.

FUSE Union Mount

This was tested and does seem to work, but performance is poor. This work will be retained for the

VFS Union-Mount

This seems to be the communities preferred platform.

http://lkml.org/lkml/2009/5/18/289 http://people.ubuntu.com/~scott/vfs-union/ http://valerieaurora.org/union/

AUFS

UnionFS

Test/Demo Plan

TBD

Unresolved issues

It is unclear the VFS union-mount will be merged in time for 2.6.31 which would mean carrying it as a patch set much as we carry AUFS now.


CategorySpec

KernelTeam/LiveCDUnion (last edited 2009-06-10 07:37:02 by 41)