Skip to content

Commit

Permalink
Return the bdev pat instead of the rdev path as the disk.vxvol expose…
Browse files Browse the repository at this point in the history
…d devs
  • Loading branch information
cvaroqui committed Jun 12, 2018
1 parent 9257e8c commit 76a839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resDiskVxvol.py
Expand Up @@ -23,7 +23,7 @@ def __init__(self,
self.fullname = "%s/%s" % (vg, name)
self.label = "vxvol %s" % self.fullname
self.vg = vg
self.devpath = "/dev/vx/rdsk/%s/%s" % (self.vg, self.name)
self.devpath = "/dev/vx/dsk/%s/%s" % (self.vg, self.name)

def _info(self):
data = [
Expand Down

0 comments on commit 76a839e

Please sign in to comment.