vdsm icon indicating copy to clipboard operation
vdsm copied to clipboard

The Virtual Desktop Server Manager

Results 99 vdsm issues
Sort by recently updated
recently updated
newest added

We currently generate vdsm.spec from vdsm.spec.in. This means that whatever we want to do regarding building Vdsm packages, we must run auto* stuff first and having all the necessary tools...

For block sparse volumes, if no initial_size is defined, Vdsm allocates one chunk (2.5G), without considering the virtual size of the volume. This results in wasted space if the requested...

bug
storage

Vdsm uses an outdated version of userstorage stored locally in the project. Change it so that it uses the installed package from PyPI. Fixes: https://github.com/oVirt/vdsm/issues/151 Signed-off-by: Albert Esteve

storage
tests

step1: cleanup step 2: resolve https://bugzilla.redhat.com/2108974

bug
network

Running the command: ``` $ ./ovirt-img upload-disk -c engine --storage-domain nfs-01 /data/tmp/fedora-34.raw --preallocated ``` ...does not create preallocated file (with qemu-img info): Virtual Size: 50 GiB Actual Size: 23 GiB...

bug
storage

When connecting a device to a host, add an option for the caller to specify the list of devices to wait for in StoragePool.connectStorageServer. By default, Vdsm uses udevadm settle...

bug
storage
design

The tests use `TRAVIS_CI` environment variable (e.g., in the `broken_on_ci` fixture) to determine if we run in a CI, for tests that are expected to fail only in the pipeline...

tests

`/etc/lvm/devices/system.devices` is created by `vdsm-tool config-lvm-filter` when `vgimportdevices` is run. Once created, it does a sanity check with `lvmdevices --check`, but this is too weak, as it only checks that...

storage

`/etc/lvm/lvmlocal.conf` is installed by `vdsm-tool configure --module lvm`. However `vdsm-tool config-lvm-filter` is run before the configuration phase, and it run before since we must setup multipath blacklist before configuring vdsm....

bug
storage