summaryrefslogtreecommitdiff
path: root/nova/virt/disk/vfs/guestfs.py
Commit message (Expand)AuthorAgeFilesLines
* guestfs: With libguestfs >= v1.41.1 decode returned bytes to stringLee Yarwood2021-04-241-1/+8
* tests: Poison os.unameStephen Finucane2021-02-201-1/+1
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-3/+1
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+2
* Fix guestfs.set_backend_settings callMatt Riedemann2019-05-181-1/+8
* Merge "Check the return code when forcing TCG mode with libguestfs"Zuul2018-03-121-1/+5
|\
| * Check the return code when forcing TCG mode with libguestfsMatt Riedemann2017-12-011-1/+5
* | Don't launch guestfs in a thread pool if guestfs.debug is enabledMatt Riedemann2017-12-081-1/+8
|/
* Remove translation of log messagesNgo Quoc Cuong2017-06-131-8/+7
* Guestfs handle no passwd or group in imageAndrea Frittoli2016-12-091-5/+12
* guestfs: Don't report exception if there's read access to kernelKashyap Chamarthy2016-12-011-2/+5
* Fix invalid import orderbhagyashris2016-07-041-1/+2
* libvirt - Add log if libguestfs can't read host kernelChung Chih, Hung2016-04-201-0/+3
* config options: centralize section "guestfs"Tracy Jones2016-04-041-9/+2
* virt: convert VFS API to use nova.virt.image.modelDaniel P. Berrange2015-06-041-16/+37
* Libvirt: Use tpool to invoke guestfs apiQin Zhao2015-05-111-1/+1
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* disk/vfs: introduce new option to setupSahid Orentino Ferdjaoui2015-01-211-5/+8
* disk/vfs: introduce new method get_image_fsSahid Orentino Ferdjaoui2015-01-211-0/+3
* Replacement `_` on `_LW` in all LOG.warning part 4Mike Durnosvistov2014-12-041-5/+5
* vfs: guestfs logging integrationSahid Orentino Ferdjaoui2014-10-091-0/+34
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* disk/vfs: ensure guestfs capabilitiesSahid Orentino Ferdjaoui2014-09-151-1/+17
* Merge "Fix error in log when log exception in guestfs.py"Jenkins2014-08-301-2/+3
|\
| * Fix error in log when log exception in guestfs.pyjufeng2014-08-281-2/+3
* | Remove use of str on exceptionsJames Carey2014-08-271-1/+3
|/
* libvirt: make guestfs methods always return list of tuplesChangBo Guo(gcb)2014-08-051-4/+6
* virt: force TCG with libguestfs unless KVM is enabled in libvirtDaniel P. Berrange2014-07-251-1/+23
* Convert to importutilsMichael Still2014-07-231-1/+2
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Don't translate debug level logs in nova.virtGary Kotton2014-06-081-16/+16
* Fixed many typos.Alex Gaynor2014-04-251-1/+1
* Don't import library guestfs directlyChangBo Guo(gcb)2014-03-171-1/+0
* Merge "Explicity teardown on error in libguestfs setup()"Jenkins2014-03-041-3/+8
|\
| * Explicity teardown on error in libguestfs setup()Solly Ross2014-02-121-3/+8
* | Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-2/+1
* | Remove vi modelinesliu-sheng2014-02-031-2/+0
* | Deal with old versions of libguestfsRussell Bryant2014-01-311-1/+10
|/
* Disable libguestfs' default atexit handlers.Michael Still2013-12-301-1/+1
* Don't change the default attach-methodRichard W.M. Jones2013-09-181-4/+0
* fix libguestfs mount order when inspectingjaypei2013-08-101-2/+16
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Remove locals() from virt directoryEugene Nikanorov2013-07-141-8/+11
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-4/+4
* Correct exception args in vfs/guestfs.Dan Prince2013-03-101-3/+3
* Run libguestfs API calls in a thread poolDaniel P. Berrange2013-02-251-1/+2
* Make guestfs use same libvirt URI as Nova.Dan Prince2013-02-221-0/+5
* improve libguestfs exception handlingPádraig Brady2013-01-031-13/+26
* fix resize of unpartitioned images with libguestfsPádraig Brady2013-01-031-8/+13