]> git.decadent.org.uk Git - kernel-news-talk.git/blobdiff - index.html
Describe user namespaces
[kernel-news-talk.git] / index.html
index 0713e46dc51e7ecbed681ca474caab347220e72d..cac3e8dc7604ccdb2476bc86c7833d6e6c7d06f5 100644 (file)
   </ul>
 </div>
 
+<div class="slide">
+  <h1>More support for discard</h1>
+  <ul class="incremental">
+    <li>
+      Flash devices (and thin-provisioned SANs) can be more efficient
+      if the filesystem 'discards' unused disk space
+    </li>
+    <li>
+      Requires support in hardware, driver, filesystem and any layered
+      device drivers - e.g. LVM, RAID (added in 3.7)
+    </li>
+    <li>
+      Must be explicitly enabled, but d-i doesn't do this by default
+    </li>
+    <li>
+      Want to make it work?
+      See <a href="http://bugs.debian.org/690977">http://bugs.debian.org/690977</a>
+    </li>
+  </ul>
+</div>
+
+<div class="slide">
+  <h1>User namespaces [3.7]</h1>
+  <ul class="incremental">
+    <li>
+      One of the last missing pieces for OpenVZ-like containers
+    </li>
+    <li>
+      Each user namespace has its own <tt>root</tt> user with
+      privileges over the users and processes in that namespace - but
+      not the whole system
+    </li>
+    <li>
+      Currently somewhat experimental, and requires filesystem
+      changes which haven't been done for NFS or XFS
+    </li>
+    <li>
+      Want to make it work?  This needs upstream work to make those
+      filesystems compatible
+    </li>
+  </ul>
+</div>
+
 <div class="slide">
   <h1>Questions?</h1>
 </div>