libvirt/src/storage
Cole Robinson e7db227810 util: Add virGettextInitialize, convert the code
Take setlocale/gettext error handling pattern from tools/virsh-*
and use it for all standalone binaries via a new shared
virGettextInitialize routine. The virsh* pattern differed slightly
from other callers. All users now consistently:

* Ignore setlocale errors. virsh has done this forever, presumably for
  good reason. This has been partially responsible for some bug reports:

  https://bugzilla.redhat.com/show_bug.cgi?id=1312688
  https://bugzilla.redhat.com/show_bug.cgi?id=1026514
  https://bugzilla.redhat.com/show_bug.cgi?id=1016158

* Report the failed function name
* Report strerror
2016-04-14 13:22:40 -04:00
..
parthelper.c util: Add virGettextInitialize, convert the code 2016-04-14 13:22:40 -04:00
storage_backend_disk.c storage: Add new flag for libvirt_parthelper 2016-01-19 13:02:59 -05:00
storage_backend_disk.h
storage_backend_fs.c storage: Check FS pool source during virStorageBackendFileSystemIsMounted 2015-12-15 14:33:04 -05:00
storage_backend_fs.h
storage_backend_gluster.c Revert "Restore skipping of setting capacity" 2015-03-02 08:07:11 +01:00
storage_backend_gluster.h
storage_backend_iscsi.c iscsi: do not fail to stop a stopped pool 2015-04-30 13:05:10 +02:00
storage_backend_iscsi.h
storage_backend_logical.c Revert "logical: Only raw volumes are supported" 2016-03-27 11:09:53 -04:00
storage_backend_logical.h
storage_backend_mpath.c storage: mpath: Don't error on target_type=NULL 2016-04-14 12:52:45 -04:00
storage_backend_mpath.h
storage_backend_rbd.c storage: rbd: Fix build 2016-03-29 08:51:33 +02:00
storage_backend_rbd.h
storage_backend_scsi.c storage: Initialize pool size parameters for refresh thread 2016-03-29 07:28:47 -04:00
storage_backend_scsi.h
storage_backend_sheepdog.c sheepdog: Use a consistent error message 2016-03-21 08:46:54 +03:00
storage_backend_sheepdog.h
storage_backend_zfs.c Fix various shadowed declarations 2016-04-14 08:55:08 +02:00
storage_backend_zfs.h storage: ZFS support 2014-08-12 19:40:20 +04:00
storage_backend.c Clean up usage of 'ret' variable 2016-02-11 08:05:16 +01:00
storage_backend.h storage: Handle readflags errors 2015-12-09 16:31:14 -05:00
storage_driver.c storage: Fix error path in storagePoolDefineXML 2016-02-26 07:23:05 -05:00
storage_driver.h storage: Introduce virStoragePoolObjFindPoolByUUID 2015-11-12 06:30:32 -05:00