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 _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
