Skip to content

vm: disable iscsi by default

Valentin David requested to merge valentindavid/disable-iscsi into master

iscsi is not useful in most of setup. It can now be enabled with:

ln -s /dev/null /etc/systemd/system-preset/50-iscsi.preset
systemctl preset-all

Merge request reports