Brian Jackson wrote:
Your problem is that index's are per interface type, so both of your drives should be index=0 since they are different interface types.
More specifically, with virtio-blk, you cannot have discontinuous indexes. In other words, having index=0, index=1, index=2 is valid, but having index=1, index=2, index=4 is not.
Regards, Anthony Liguori -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html