[pve-devel] [PATCH v3 storage 0/3] experimental btrfs storage
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Aug 26 10:58:09 CEST 2016
Changes since v2:
- now works with (and requires) new btrfs-progs (>= 4.6 eq from backports)
- added correct list_images() implementation (with .raw change now did not
work with the base class' provided implementation at all, also subvol
sizes were missing)
No updates to the pve-container/qemu-server patches (therefore not included).
Wolfgang Bumiller (3):
added btrfs storage backend
migrate: btrfs send/receive support
btrfs: disallow qcow2 and vmdk
PVE/Storage.pm | 61 +++++-
PVE/Storage/BTRFSPlugin.pm | 490 +++++++++++++++++++++++++++++++++++++++++++++
PVE/Storage/Makefile | 2 +-
PVE/Storage/Plugin.pm | 21 +-
4 files changed, 561 insertions(+), 13 deletions(-)
create mode 100644 PVE/Storage/BTRFSPlugin.pm
--
2.1.4
More information about the pve-devel
mailing list