Skip to content

Tags: sanjain-px/openstorage

Tags

v0.0.3

Toggle v0.0.3's commit message
minor changes

Signed-off-by: sanjain <[email protected]>

v0.0.2

Toggle v0.0.2's commit message
PWX-37959: honour force flag over node status

Signed-off-by: sanjain <[email protected]>

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PWX-38760: Handle NFS Mounter's Reload when both DNS and IPs are conf…

…igured (libopenstorage#2477) (libopenstorage#2478)

* PWX-38760: Handle NFS Mounter's Reload when both DNS and IPs are configured.

- While reloading for a specific source, we used to check if the in-memory mount table
  has an entry for that source.
- Since source can be an IP or DNS, we need to check if any of the existing sources
  which are DNS entries resolve to the input source. If found use that mount table entry.



* fixup: review comments



* fixup: test case args



---------

Signed-off-by: Aditya Dani <[email protected]>
Signed-off-by: pnookala-px <[email protected]>
Co-authored-by: pnookala-px <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PWX-38611 : Replacing gob.Register with gob.RegisterName and passing …

…the value from px (libopenstorage#2474)

Signed-off-by: Dolly Talreja <[email protected]>