[libvirt] [PATCH 0/2] btrfs subvolume management

Oskari Saarenmaa os at ohmu.fi
Tue Sep 10 18:56:48 UTC 2013


Moved btrfs subvolume management to storage_backend_fs.c instead of
implementing it as a separate pool as suggested by Daniel P. Berrange in
https://www.redhat.com/archives/libvir-list/2013-September/msg00316.html

Oskari Saarenmaa (2):
      virFileFsType: get filesystem type of a given path
      storage: btrfs subvolumes for directory pools

 configure.ac                                      |  25 ++-
 docs/schemas/storagevol.rng                       |   1 +
 docs/storage.html.in                              |  30 ++-
 libvirt.spec.in                                   |   4 +
 src/conf/storage_conf.c                           |   3 +
 src/conf/storage_conf.h                           |   1 +
 src/libvirt_private.syms                          |   1 +
 src/storage/storage_backend.c                     |  15 +-
 src/storage/storage_backend_fs.c                  | 222 ++++++++++++++++++++--
 src/util/virfile.c                                |  47 +++++
 src/util/virfile.h                                |   1 +
 src/util/virstoragefile.c                         |   4 +-
 src/util/virstoragefile.h                         |   1 +
 tests/storagevolxml2xmlin/vol-btrfs-snapshot.xml  |  13 ++
 tests/storagevolxml2xmlin/vol-btrfs.xml           |   9 +
 tests/storagevolxml2xmlout/vol-btrfs-snapshot.xml |  26 +++
 tests/storagevolxml2xmlout/vol-btrfs.xml          |  17 ++
 tests/storagevolxml2xmltest.c                     |   2 +
 18 files changed, 392 insertions(+), 30 deletions(-)




More information about the libvir-list mailing list