libvirt/src/lxc
Michal Privoznik 5c254bb541 conf: Store SCSI bus length in virDomainDef
Libvirt assumes that a SCSI bus can fit up to 8 devices
(including controller itself), except for so called wide bus
which can accommodate up to 16 devices (again, including
controller). This plays important role when computing 'drive'
address in virDomainDiskDefAssignAddress(). So far, the only
driver that enables wide SCSI bus is VMX. But with newer
releases, ESX is capable of "super wide" bus (64 devices).

We can blindly bump the limit in our code because then we would
compute address that's invalid for older ESX versions that we
still want to support.

Unfortunately, I haven't found a better place where to store this
than virDomainDef.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-08-16 14:22:38 +02:00
..
libvirtd_lxc.aug
lxc_cgroup.c Replace AbsPath judgement method with g_path_is_absolute() 2021-04-21 10:02:09 +02:00
lxc_cgroup.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_conf.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_conf.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_container.c lxcContainerSetReadOnly: Refactor cleanup handling 2021-08-09 10:09:01 +02:00
lxc_container.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_controller.c util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElement 2021-08-06 08:53:25 +02:00
lxc_domain.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_domain.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_driver.c Replace virDomainDiskInsertPreAlloced by virDomainDiskInsert 2021-05-24 20:38:08 +02:00
lxc_driver.h
lxc_fuse.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_fuse.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_hostdev.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_hostdev.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_monitor_protocol.x
lxc_monitor.c rpc: remove "spawnDaemon" parameter 2021-06-04 11:42:59 +01:00
lxc_monitor.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_native.c conf: Store SCSI bus length in virDomainDef 2021-08-16 14:22:38 +02:00
lxc_native.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc_process.c lxc: Let the driver detect CGroups earlier 2021-04-22 14:10:47 +02:00
lxc_process.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
lxc.conf
meson.build build: Remove unused 'conflicts' key from virt_daemon_unit 2021-02-10 09:30:41 -07:00
test_libvirtd_lxc.aug.in
virtlxcd.init.in
virtlxcd.service.in
virtlxcd.sysconf