summaryrefslogtreecommitdiff
path: root/nova/virt/disk/vfs
Commit message (Expand)AuthorAgeFilesLines
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
* guestfs: With libguestfs >= v1.41.1 decode returned bytes to stringLee Yarwood2021-04-231-1/+8
* Merge "Remove VFSLocalFS"Zuul2021-03-161-147/+0
|\
| * Remove VFSLocalFSBalazs Gibizer2021-03-031-147/+0
* | Merge "Remove non-libguestfs file injection for libvirt"Zuul2021-03-151-26/+9
|\ \ | |/
| * Remove non-libguestfs file injection for libvirtSean Dague2021-03-031-26/+9
* | 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
|/
* Move blkid calls to privsep.Michael Still2017-10-261-6/+2
* Move the dac_admin privsep code to a new location.Michael Still2017-09-181-9/+9
* First attempt at adding a privsep user to nova itself.Michael Still2017-09-071-40/+22
* Remove translation of log messagesNgo Quoc Cuong2017-06-132-11/+9
* 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-043-45/+70
* virt: convert disk mount API to use nova.virt.image.modelDaniel P. Berrange2015-06-041-6/+11
* Merge "Handle return code 2 from blkid calls"Jenkins2015-05-111-1/+2
|\
| * Handle return code 2 from blkid callsJames Page2015-05-111-1/+2
* | Libvirt: Use tpool to invoke guestfs apiQin Zhao2015-05-111-1/+1
|/
* Use oslo.logDavanum Srinivas2015-02-223-5/+5
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-063-4/+4
* Fix typo in nova/virt/disk/vfs/localfs.pyTakashi NATSUME2015-02-021-1/+1
* disk/vfs: introduce new option to setupSahid Orentino Ferdjaoui2015-01-213-16/+20
* disk/vfs: introduce new method get_image_fsSahid Orentino Ferdjaoui2015-01-213-0/+20
* Merge "Replacement `_` on `_LW` in all LOG.warning part 4"Jenkins2014-12-051-5/+5
|\
| * Replacement `_` on `_LW` in all LOG.warning part 4Mike Durnosvistov2014-12-041-5/+5
* | Fix incorrectly formatted log messageMatt Thompson2014-12-051-1/+1
|/
* vfs: guestfs logging integrationSahid Orentino Ferdjaoui2014-10-091-0/+34
* Use oslo.utilsDavanum Srinivas2014-10-063-3/+5
* Reduce the log level for the guestfs being missing.Michael Still2014-09-241-2/+2
* disk/vfs: make docstring conventional to pythonSahid Orentino Ferdjaoui2014-09-151-53/+48
* disk/vfs: ensure guestfs capabilitiesSahid Orentino Ferdjaoui2014-09-152-16/+44
* 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-272-4/+6
|/
* libvirt: make guestfs methods always return list of tuplesChangBo Guo(gcb)2014-08-051-4/+6
* Improve logging when python-guestfs/libguestfs isn't workingJon Grimm2014-07-301-1/+3
* 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-182-2/+2
* Don't translate debug level logs in nova.virtGary Kotton2014-06-083-35/+34
* Fixed many typos.Alex Gaynor2014-04-251-1/+1