Package: ganeti-3.0
Version: 3.0.1-2
Severity: normal

Dear Maintainer,

Creating a new instance, looselly following:
https://ahwhattheheck.wordpress.com/2014/12/15/migrating-vms-from-a-libvirt-setup-to-a-ganeti-cluster/
as done before.

gnt-instance add -B vcpus=${VCPUS},minmem=${MINMEM},maxmem=${MAXMEM} \
        -H
kvm:kernel_path='',machine_version='q35',nic_type='paravirtual',disk_ty
pe='paravirtual',scsi_controller_type='virtio-scsi-
pci',usb_mouse='tablet',keymap='es',use_guest_agent=true \
        -t drbd --disk 0:size=${DISK_SIZE_0} \
        -t drbd --disk 1:size=${DISK_SIZE_1} \ 
        -n ${NODE1}:${NODE2} \ 
        -o debootstrap+default \ 
        --net 0:mac=${MAC},link=${VMBR} \ 
        --no-ip-check --no-name-check \ 
        --no-install --no-wait-for-sync ${VMNAME} 

And then writting a qemu image to the DRBD devices

No errors yet

but, on start I get:

root@hostname:~# gnt-instance start VMNAME 
Waiting for job 60574 for VMNAME ...
Job 60574 for VMNAME has failed: Failure: command execution error:
Could not start instance 'VMNAME': Hypervisor error: Failed to start
instance VMNAME: exited with exit code 1 (kvm: -usbdevice tablet: '-
usbdevice' is deprecated, please use '-device usb-...' instead
)


It seems weird, because the very same was reported and fixed on a pre
3.0 branch: https://github.com/ganeti/ganeti/issues/1338

Spent a few hours on this, but unable to find a workaround


Thanks for the help and, BTW: thanks for this great software


Best Regards

Carlos Pasqualini


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-security')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-6-amd64 (SMP w/16 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8),
LANGUAGE=es_AR:es
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ganeti-3.0 depends on:
ii  adduser                3.118
ii  bridge-utils           1.7-1
ii  debconf [debconf-2.0]  1.5.75
ii  fping                  5.0-1
ii  iproute2               5.10.0-4
ii  iputils-arping         3:20210202-1
ii  libcap2-bin            1:2.44-1
ii  lvm2                   2.03.11-2.1
ii  openssh-client         1:8.4p1-5
ii  openssh-server         1:8.4p1-5
ii  openssl                1.1.1k-1
ii  python3                3.9.2-2
ii  python3-bitarray       1.6.3-2+b1
ii  python3-openssl        20.0.1-1
ii  python3-paramiko       2.7.2-1
ii  python3-psutil         5.8.0-1
ii  python3-pycurl         7.43.0.6-5
ii  python3-pyinotify      0.9.6-1.3
ii  python3-pyparsing      2.4.7-1
ii  python3-simplejson     3.17.2-1
ii  socat                  1.7.4.1-3

ganeti-3.0 recommends no packages.

ganeti-3.0 suggests no packages.

-- debconf information:
  ganeti-3.0/abort-removal: true

Reply via email to