Comment 2 for bug 1463461

Revision history for this message
Scott Moser (smoser) wrote : Re: resolvconf not updated by open-iscsi systemd job

'systemctl status open-iscsi' was of no relevance.

I believe that /lib/systemd/system/ifup@.service.d/open-iscsi.conf is supposed to be called but is not being called.
that calls /lib/open-iscsi/net-interface-handler which handles updating resolvconf

I've added code to /lib/open-iscsi/net-interface-handler like:
  exec >>/run/open-iscsi.out 2>&1
  echo "$(date -R): $*"
  set -x

and the file doesn't even exist, so it appears not being run.