]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rbd: Utilize storage pool namespace to manage config options
authorJohn Ferlan <jferlan@redhat.com>
Tue, 8 Jan 2019 14:28:03 +0000 (09:28 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 30 Jan 2019 00:16:25 +0000 (19:16 -0500)
commitab6ca812763b539e5380d8d6c4fa9da939125814
treed2ef4d09593abcc1c3f518265332a8f62b213d75
parentab995c1fe9752a2136a7c35e9915a2b781b4b064
rbd: Utilize storage pool namespace to manage config options

Allow for adjustment of RBD configuration options via Storage
Pool XML Namespace adjustments. When namespace arguments are
used to start the pool, add a VIR_WARN to indicate that the
startup was tainted by custom config_opts.

Based off original patch/concept:

https://www.redhat.com/archives/libvir-list/2014-May/msg00940.html

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatstorage.html.in
docs/schemas/storagepool.rng
src/storage/storage_backend_rbd.c
tests/storagepoolxml2xmlin/pool-rbd-ns-configopts.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-rbd-ns-configopts.xml [new file with mode: 0644]
tests/storagepoolxml2xmltest.c