Bug#853990: Add prompt for iSCSI initiator name in installer

2017-02-02 Thread Kevin Otte
Package: partman-iscsi Version: 44 The installer should prompt for the desired iSCSI initiator name before starting the initiator. Many iSCSI targets require the specification of the IQN as part of their ACLs. It is useful for the administrator to be able to set this. I have included a patch base

Bug#853994: initramfs parameters invalid for IPv6 portal

2017-02-02 Thread Kevin Otte
Package: partman-iscsi Version: 44 Tags: ipv6 In init.d/iscsi the portal address is collected thusly: echo "$(cat "$connectiondev/persistent_address"):$(cat "$connectiondev/persistent_port"),$(cat "/sys/$sessiondev/tpgt")" >iscsi_portal resulting in an iscsi_portal file looking like 2606:a000:

Bug#853990: Add prompt for iSCSI initiator name in installer

2017-02-03 Thread Kevin Otte
(replies inline) On 02/03/2017 04:00 AM, Philip Hands wrote: > To be useful one also needs to change choose_partition/iscsi/do_option to call > iscsi_start() rather than iscsi-start, otherwise you're defining a > function that's never called. Also, one needs to define > partman-iscsi/initiatornam

Bug#853990: Acknowledgement (Add prompt for iSCSI initiator name in installer)

2017-02-03 Thread Kevin Otte
> which I've just rebased and then tweaked to use a here document: > > > https://anonscm.debian.org/cgit/d-i/partman-iscsi.git/log/?h=pu/iscsi-initiator-prompt The here document needs to be left justified, lest the target file end up with the indentation. See finish.d/iscsi_settings:69 et al.

Bug#853994: initramfs parameters invalid for IPv6 portal

2018-02-05 Thread Kevin Otte
I've identified the problem and submitted a patch. Is there something more I need to do to move this along?