This bug was fixed in the package linux - 5.3.0-10.11

---------------
linux (5.3.0-10.11) eoan; urgency=medium

  * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)

  * No sound inputs from the external microphone and headset on a Dell machine
    (LP: #1842265)
    - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls
    - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family

  * Horizontal corrupted line at top of screen caused by framebuffer compression
    (LP: #1840236)
    - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake

  * Add bpftool to linux-tools-common (LP: #1774815)
    - [Debian] package bpftool in linux-tools-common

  * Miscellaneous Ubuntu changes
    - update dkms package versions

  [ Upstream Kernel Changes ]

  * Rebase to v5.3-rc8

 -- Paolo Pisati <[email protected]>  Mon, 09 Sep 2019 10:00:41
+0200

** Changed in: linux (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1841977

Title:
  shiftfs: drop entries from cache on unlink

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Disco:
  New

Bug description:
  SRU Justification

  Impact: LXD on Ubuntu runs on top of zfs by defaults. Users that make use of 
shiftfs for efficient id-shifting currently hit a bug where zfs is confused 
about the amount of space that is used in a dataset. For example, creating a 
file with 1GB of random data will increase the space used by the dataset by 
1GB. When the file is removed via rm the space is not freed for zfs. This leads 
to zfs running out of space pretty quickly.
  This bug has been observed, described, and reproduced here 
https://discuss.linuxcontainers.org/t/trying-out-shiftfs/5155/9 . Stéphane 
Graber observed related issues.

  Regression Potential: Limited to shiftfs. This patch has been tested
  on various backends btrfs, dir, zfs to verify that it doesn't regress
  other workloads. Shiftfs now also aligns more closely with overlayfs
  on file deletion.

  Test Case:
  sudo snap install lxd
  sudo snap set lxd shiftfs.enable=true
  sudo systemctl restart snap.lxd.daemon
  sudo lxd init # make sure to select zfs as backend
  sudo lxc launch images:ubuntu/bionic b1
  sudo lxc exec b1 -- dd if=/dev/urandom bs=1M count=1000 of=dummy.file
  sudo zfs list default/containers/b1 # will show +1GB
  sudo lxc exec b1 -- rm dummy.file
  sudo zfs list default/containers/b1 # will show +1GB on a non-fixed kernel 
and -1GB on a fixed kernel

  Target Kernels: All LTS kernels with shiftfs support.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to