← Back to team overview

touch-packages team mailing list archive

[Bug 1510511] Re: machinectl pull-raw fails: No space left on device

 

Comment #1 specifies release, and package version (wily, release).

The disk space error I presume is of /var/lib/machines, which is managed
by the systemd-machined entirely. It is a loop mounted btrfs file, which
systemd should be automatically growing to correctly accommodate
increases in the disk usage, which is clearly not working correctly
here.

The current space reserved is:

$ sudo btrfs filesystem df /var/lib/machines
System, single: total=4.00MiB, used=4.00KiB
Data+Metadata, single: total=496.00MiB, used=32.00KiB
GlobalReserve, single: total=4.00MiB, used=0.00B


** Changed in: systemd (Ubuntu)
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1510511

Title:
  machinectl pull-raw fails: No space left on device

Status in systemd package in Ubuntu:
  New

Bug description:
  $ machinectl pull-raw https://cloud-images.ubuntu.com/trusty/current
  /trusty-server-cloudimg-amd64-disk1.img

  fails to expand /var/lib/machines.raw or /var/lib/machines, and thus
  fails to complete:

  SHA256 checksum of https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img is valid.
  gpg: Signature made Wed 21 Oct 2015 16:06:28 BST using RSA key ID 7DB87C81
  gpg: Good signature from "UEC Image Automatic Signing Key <cdimage@xxxxxxxxxx>" [unknown]
  gpg: WARNING: Using untrusted key!
  Signature verification succeeded.
  Unpacking QCOW2 file.
  Failed to convert qcow2 image: No space left on device
  Exiting.

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


References