]> xenbits.xensource.com Git - libvirt.git/commit
storage_backend_rbd: check the return value of rados_conf_set
authorChen Hanxiao <chenhanxiao@gmail.com>
Thu, 24 Nov 2016 02:48:37 +0000 (10:48 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 28 Nov 2016 12:51:08 +0000 (07:51 -0500)
commit17879605fe08bfe446fc10ae512ab83e0f37b08a
treeb32de63e88792d5fb8e93f65660f2f13f2c34ca5
parentb87a11340fb444f669d1a3e2ffb3680490c10134
storage_backend_rbd: check the return value of rados_conf_set

We had a lot of rados_conf_set and check works.
Use helper virStorageBackendRBDRADOSConfSet for them.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
src/storage/storage_backend_rbd.c