Skip to content

Commit

Permalink
fixup! blivet/zfcp: change to consolidated persistent device config b…
Browse files Browse the repository at this point in the history
…y zdev (#1802482,#1937049)
  • Loading branch information
steffen-maier committed Oct 19, 2023
1 parent 2181a7e commit a6ae12d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blivet/zfcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def online_device(self):

portdir = "%s/%s/%s" % (zfcpsysfs, self.devnum, self.wwpn)
unitdir = "%s/%s" % (portdir, self.fcplun)
failed = "%s/failed" % (unitdir)

# create the sysfs directory for the LUN/unit
if not os.path.exists(unitdir):
Expand Down

0 comments on commit a6ae12d

Please sign in to comment.