]> xenbits.xensource.com Git - libvirt.git/commit
storage: Allow runtime detection of scrub
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Feb 2012 10:09:42 +0000 (11:09 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Feb 2012 08:09:43 +0000 (09:09 +0100)
commit286088567d3905feea62f81f1bf0ebcb5d6466b4
tree4937952bae06468eabdb14372000af18b913578b
parentfcdfa31f3cad32f41ef5e7933c58d986ab7fc6c9
storage: Allow runtime detection of scrub

Currently, if scrub (used for wiping algorithms) is not present
at compile time, we don't support any other wiping algorithms than
zeroing, even if it was installed later. Switch to runtime detection
instead.
configure.ac
libvirt.spec.in
src/storage/storage_driver.c