index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
virt
/
disk
/
vfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add autopep8 to tox and pre-commit
Sean Mooney
2021-11-08
1
-0
/
+1
*
guestfs: With libguestfs >= v1.41.1 decode returned bytes to string
Lee Yarwood
2021-04-23
1
-1
/
+8
*
Merge "Remove VFSLocalFS"
Zuul
2021-03-16
1
-147
/
+0
|
\
|
*
Remove VFSLocalFS
Balazs Gibizer
2021-03-03
1
-147
/
+0
*
|
Merge "Remove non-libguestfs file injection for libvirt"
Zuul
2021-03-15
1
-26
/
+9
|
\
\
|
|
/
|
*
Remove non-libguestfs file injection for libvirt
Sean Dague
2021-03-03
1
-26
/
+9
*
|
tests: Poison os.uname
Stephen Finucane
2021-02-20
1
-1
/
+1
|
/
*
Remove six.text_type (1/2)
Takashi Natsume
2020-12-13
1
-3
/
+1
*
hacking: Resolve W503 (line break occurred before a binary operator)
Stephen Finucane
2019-06-24
1
-2
/
+2
*
Fix guestfs.set_backend_settings call
Matt Riedemann
2019-05-18
1
-1
/
+8
*
Merge "Check the return code when forcing TCG mode with libguestfs"
Zuul
2018-03-12
1
-1
/
+5
|
\
|
*
Check the return code when forcing TCG mode with libguestfs
Matt Riedemann
2017-12-01
1
-1
/
+5
*
|
Don't launch guestfs in a thread pool if guestfs.debug is enabled
Matt Riedemann
2017-12-08
1
-1
/
+8
|
/
*
Move blkid calls to privsep.
Michael Still
2017-10-26
1
-6
/
+2
*
Move the dac_admin privsep code to a new location.
Michael Still
2017-09-18
1
-9
/
+9
*
First attempt at adding a privsep user to nova itself.
Michael Still
2017-09-07
1
-40
/
+22
*
Remove translation of log messages
Ngo Quoc Cuong
2017-06-13
2
-11
/
+9
*
Guestfs handle no passwd or group in image
Andrea Frittoli
2016-12-09
1
-5
/
+12
*
guestfs: Don't report exception if there's read access to kernel
Kashyap Chamarthy
2016-12-01
1
-2
/
+5
*
Fix invalid import order
bhagyashris
2016-07-04
1
-1
/
+2
*
libvirt - Add log if libguestfs can't read host kernel
Chung Chih, Hung
2016-04-20
1
-0
/
+3
*
config options: centralize section "guestfs"
Tracy Jones
2016-04-04
1
-9
/
+2
*
virt: convert VFS API to use nova.virt.image.model
Daniel P. Berrange
2015-06-04
3
-45
/
+70
*
virt: convert disk mount API to use nova.virt.image.model
Daniel P. Berrange
2015-06-04
1
-6
/
+11
*
Merge "Handle return code 2 from blkid calls"
Jenkins
2015-05-11
1
-1
/
+2
|
\
|
*
Handle return code 2 from blkid calls
James Page
2015-05-11
1
-1
/
+2
*
|
Libvirt: Use tpool to invoke guestfs api
Qin Zhao
2015-05-11
1
-1
/
+1
|
/
*
Use oslo.log
Davanum Srinivas
2015-02-22
3
-5
/
+5
*
Switch to using oslo_* instead of oslo.*
Davanum Srinivas
2015-02-06
3
-4
/
+4
*
Fix typo in nova/virt/disk/vfs/localfs.py
Takashi NATSUME
2015-02-02
1
-1
/
+1
*
disk/vfs: introduce new option to setup
Sahid Orentino Ferdjaoui
2015-01-21
3
-16
/
+20
*
disk/vfs: introduce new method get_image_fs
Sahid Orentino Ferdjaoui
2015-01-21
3
-0
/
+20
*
Merge "Replacement `_` on `_LW` in all LOG.warning part 4"
Jenkins
2014-12-05
1
-5
/
+5
|
\
|
*
Replacement `_` on `_LW` in all LOG.warning part 4
Mike Durnosvistov
2014-12-04
1
-5
/
+5
*
|
Fix incorrectly formatted log message
Matt Thompson
2014-12-05
1
-1
/
+1
|
/
*
vfs: guestfs logging integration
Sahid Orentino Ferdjaoui
2014-10-09
1
-0
/
+34
*
Use oslo.utils
Davanum Srinivas
2014-10-06
3
-3
/
+5
*
Reduce the log level for the guestfs being missing.
Michael Still
2014-09-24
1
-2
/
+2
*
disk/vfs: make docstring conventional to python
Sahid Orentino Ferdjaoui
2014-09-15
1
-53
/
+48
*
disk/vfs: ensure guestfs capabilities
Sahid Orentino Ferdjaoui
2014-09-15
2
-16
/
+44
*
Merge "Fix error in log when log exception in guestfs.py"
Jenkins
2014-08-30
1
-2
/
+3
|
\
|
*
Fix error in log when log exception in guestfs.py
jufeng
2014-08-28
1
-2
/
+3
*
|
Remove use of str on exceptions
James Carey
2014-08-27
2
-4
/
+6
|
/
*
libvirt: make guestfs methods always return list of tuples
ChangBo Guo(gcb)
2014-08-05
1
-4
/
+6
*
Improve logging when python-guestfs/libguestfs isn't working
Jon Grimm
2014-07-30
1
-1
/
+3
*
virt: force TCG with libguestfs unless KVM is enabled in libvirt
Daniel P. Berrange
2014-07-25
1
-1
/
+23
*
Convert to importutils
Michael Still
2014-07-23
1
-1
/
+2
*
Use oslo.i18n
Davanum Srinivas
2014-07-18
2
-2
/
+2
*
Don't translate debug level logs in nova.virt
Gary Kotton
2014-06-08
3
-35
/
+34
*
Fixed many typos.
Alex Gaynor
2014-04-25
1
-1
/
+1
[next]