Skip to content

Commit

Permalink
fixup! refactor(cms): use consolidated zfcp config with zdev from s39…
Browse files Browse the repository at this point in the history
…0-tools
  • Loading branch information
steffen-maier committed Nov 9, 2023
1 parent c144d10 commit aac59f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules.d/80cms/cmssetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ processcmsfile() {
IFS=":"
# Intentionally do not dynamically activate now, but only generate udev
# rules, which activate the device later during udev coldplug.
if [[ -z "$rest" ]]; then
if [[ -z $rest ]]; then
chzdev --enable --persistent \
--no-settle --yes --quiet --no-root-update --force \
zfcp-host "$port" 2>&1 | vinfo
--no-settle --yes --quiet --no-root-update --force \
zfcp-host "$port" 2>&1 | vinfo
else
chzdev --enable --persistent \
--no-settle --yes --quiet --no-root-update --force \
zfcp-lun "$port:$*" 2>&1 | vinfo
--no-settle --yes --quiet --no-root-update --force \
zfcp-lun "$port:$*" 2>&1 | vinfo
fi
IFS="$SAVED_IFS"
done
Expand Down

0 comments on commit aac59f9

Please sign in to comment.