Comment 6 for bug 1271249

Revision history for this message
John Griffith (john-griffith) wrote :

The problem here is strictly the unit test... there are actually two problems:
1. We have a inconsistencies in the name we use for the iqn (that's no good, but it's hard coded to work so we get by)
2. The problem that Florian exposed with his patch is it neglects the dependency on the volume prefix.

In other words, he's set the target_name to "iqn.2011-09.org.foo.bar:blaa" and massaged the code to use that as a var
in the tgt checks.

The problem is that the drivers auto add the prefix from the config file, in this case "volume-" so you get a mismatch in the test.

The submitted patch gets us part way there, a follow up will finish it off.