File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ iscsi_initiator_unwanted_pkgs_{{ pkg }}:
2020iscsi_initiator_wanted_pkgs_{{ pkg }}:
2121 pkg.installed:
2222 - name: {{ pkg }}
23+ {%- if iscsi.client.pkghold % }
2324 - hold: {{ iscsi.client.pkghold }}
25+ {%- endif % }
2426 - reload : True
2527 - require_in:
2628 - file : iscsi_initiator_service_config
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ iscsi_isnsd_remove_{{ pkg }}_pkg:
2020iscsi_isnsd_install_{{ pkg }}_pkg:
2121 pkg.installed:
2222 - name: {{ pkg }}
23+ {%- if iscsi.isns.pkghold % }
2324 - hold: {{ iscsi.isns.pkghold }}
25+ {%- endif % }
2426 - reload : True
2527 - require_in:
2628 - file : iscsi_isnsd_service_config
Original file line number Diff line number Diff line change @@ -125,14 +125,24 @@ Suse:
125125 client :
126126 pkgs :
127127 wanted :
128+ - libopeniscsiusr0_2_0
128129 - open-iscsi
130+ - libiscsi8
131+ - librdmacm1
129132 - qemu-block-iscsi
133+ - iscsiuio
130134 - yast2-iscsi-client
131135 server :
132136 pkgs :
133137 wanted :
134- - yast2-iscsi-lio-server
135- - iscsiuio
138+ - python3-configshell-fb
139+ - python3-pyudev
140+ - python3-rtslib-fb
141+ - python3-targetcli-fb
142+ - python3-urwid
143+ - targetcli-fb-common
136144 - libiscsi-utils
145+ - iscsiuio
146+ - yast2-iscsi-lio-server
137147 - qemu-block-iscsi
138148
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ iscsi_target_unwanted_pkgs_{{ pkg }}:
2020iscsi_target_wanted_pkgs_{{ pkg }}:
2121 pkg.installed:
2222 - name: {{ pkg }}
23+ {%- if iscsi.server.pkghold % }
2324 - hold: {{ iscsi.server.pkghold }}
25+ {%- endif % }
2426 - reload : True
2527 - require_in:
2628 - file : iscsi_target_service_config
You can’t perform that action at this time.
0 commit comments