Package: ganeti Version: 2.15.2-7+deb9u2 Severity: important Dear Maintainer,
* What led up to the situation? I tried to move an instance to an other node: ``` gnt-instance move -n node2.foo.org instance_to_move.foo.org ``` It failed at disk copy with: ``` Thu Sep 6 08:45:15 2018 - WARNING: export 'export-disk0-2018-09-06_08_45_14-AczCFY' on node1.foo.org failed: Unhandled error occurred: global name 'SOCAT_PATH' is not defined Thu Sep 6 08:45:15 2018 disk/0 failed to send data: Unhandled error occurred: global name 'SOCAT_PATH' is not defined (recent output: ) Thu Sep 6 08:45:16 2018 - WARNING: Aborting import 'import-disk0-2018-09-06_08_45_09-hsDCKv' on 54c96f74-2ea7-461a-90f6-8652fac2942f ``` I added this in /usr/share/ganeti/2.15/ganeti/impexpd/__init__.py, line 68 ``` SOCAT_PATH = '/usr/bin/socat' ``` Then it still failed with: ``` Thu Sep 6 08:49:20 2018 - WARNING: export 'export-disk0-2018-09-06_08_49_19-vDGWD9' on node1.foo.org failed: Unhandled error occurred: global name 'm' is not defined Thu Sep 6 08:49:20 2018 disk/0 failed to send data: Unhandled error occurred: global name 'm' is not defined (recent output: ) Thu Sep 6 08:49:20 2018 - WARNING: Aborting import 'import-disk0-2018-09-06_08_49_14-2WLKY4' on 54c96f74-2ea7-461a-90f6-8652fac2942f ``` I managed to move my instance by downgrading ganeti, ganeti-2.15, ganeti-haskell-2.15 and ganeti-htools-2.15 to the previous version (2.15.2-7+deb9u1) -- Package-specific info: Version symlinks: /etc/ganeti/share -> /usr/share/ganeti/2.15 /etc/ganeti/lib -> /usr/lib/ganeti/2.15 Cluster config version: 2.15.2 Address family: IPv4 Enabled hypervisors: kvm kvm hypervisor parameters: acpi=True boot_order=disk cpu_cores=0 cpu_mask=all cpu_sockets=0 cpu_threads=0 disk_aio=threads disk_cache=default disk_type=paravirtual kernel_args=ro kernel_path=/boot/vmlinuz-3-kvmU kvm_path=/usr/bin/kvm migration_bandwidth=32 migration_downtime=30 migration_mode=live migration_port=8102 nic_type=paravirtual reboot_behavior=reboot root_path=/dev/vda1 security_model=none serial_console=True serial_speed=38400 spice_ip_version=0 spice_playback_compression=True spice_tls_ciphers=HIGH:-DES:-3DES:-EXPORT:-ADH spice_use_tls=False spice_use_vdagent=True use_chroot=False use_localtime=False user_shutdown=False vhost_net=False virtio_net_queues=1 vnc_tls=False vnc_x509_verify=False vnet_hdr=True -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-5-amd64 (SMP w/12 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages ganeti depends on: ii adduser 3.115 ii ganeti-2.15 2.15.2-7+deb9u2 ii ganeti-haskell-2.15 2.15.2-7+deb9u2 ii ganeti-htools-2.15 2.15.2-7+deb9u2 ii lsb-base 9.20161125 ii python 2.7.13-2 Versions of packages ganeti recommends: ii drbd-utils 8.9.10-2 ii drbd8-utils 2:8.9.10-2 ii ganeti-instance-debootstrap 0.16-2.1 ii ndisc6 1.0.3-3 ii qemu-kvm 1:2.8+dfsg-6+deb9u4 Versions of packages ganeti suggests: pn blktap-dkms <none> ii ganeti-doc 2.15.2-7+deb9u2 pn molly-guard <none> -- Configuration Files: /etc/default/ganeti changed [not included] -- no debconf information

