Comment 9 for bug 1814849

Revision history for this message
Matthew Booth (mbooth-9) wrote :

I've also hit this and I spent a bunch of time on it. Unfortunately I had real work to do and after hacking on it for about a day I trashed that system and moved on, so I can no longer cut/paste from it. However, I did discover 2 important things:

1. devstack doesn't don't start the 'target' service, which is literally called 'target' on F29. It's a kernel thing, and explicitly not iscsid:
  # systemctl start target

Once you start it, you can see targets created correctly when you attach volumes.

2. The os-brick bug is caused by the target portal running into the tgt in the output. IIRC normal output is something like:

1.2.3.4:3296,1 iqn-.....

However, on F29 the number after the comma was enormous:

1.2.4.4:3296,49292949iqn-...

The above IS NOT CUT/PASTE. That's not the real number. However, it was causing the parsing issue.