Comment 1 for bug 1951126

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Tests:

#1 rebuild of tgt against the new glusterfs
Still failing:
$ sudo /usr/sbin/tgtd -f
tgtd: iser_ib_init(3431) Failed to initialize RDMA; load kernel modules?
tgtd: work_timer_start(146) use timer_fd based scheduler
src/tcmalloc.cc:333] Attempt to free invalid pointer 0x55f3f061eac0
Aborted

#2 Rebuild of glusterfs with tcmalloc disabled on x86

This makes it work again.

ubuntu@autopkgtest:~$ systemctl status tgt
● tgt.service - (i)SCSI target daemon
     Loaded: loaded (/lib/systemd/system/tgt.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2021-11-17 08:13:54 CET; 2s ago
       Docs: man:tgtd(8)
    Process: 4595 ExecStartPost=/usr/sbin/tgtadm --op update --mode sys --name State -v offline (code=exited, status=0/SUCCESS)
    Process: 4596 ExecStartPost=/usr/sbin/tgt-admin -e -c /etc/tgt/targets.conf (code=exited, status=0/SUCCESS)
    Process: 4601 ExecStartPost=/usr/sbin/tgtadm --op update --mode sys --name State -v ready (code=exited, status=0/SUCCESS)
   Main PID: 4594 (tgtd)
     Status: "Starting event loop..."
      Tasks: 1
     Memory: 3.9M
        CPU: 69ms
     CGroup: /system.slice/tgt.service
             └─4594 /usr/sbin/tgtd -f

Nov 17 08:13:54 autopkgtest systemd[1]: Starting (i)SCSI target daemon...
Nov 17 08:13:54 autopkgtest tgtd[4594]: tgtd: iser_ib_init(3431) Failed to initialize RDMA; load kernel modules?
Nov 17 08:13:54 autopkgtest tgtd[4594]: tgtd: work_timer_start(146) use timer_fd based scheduler
Nov 17 08:13:54 autopkgtest tgtd[4594]: tgtd: bs_init(387) use signalfd notification
Nov 17 08:13:54 autopkgtest systemd[1]: Started (i)SCSI target daemon.