red-hat-storage / openshift-cic

CNS Inventory file Creator (CIC) , also works for OCS
GNU General Public License v3.0
31 stars 7 forks source link

fixes traceback issues & adds version feature #22

Closed ramkrsna closed 6 years ago

ramkrsna commented 6 years ago

This commit fixes #6 and #16 [partially]

netzzer commented 6 years ago

The glusterfs_zone numbering is no longer working correctly.

Wrong in PR #22

[glusterfs]
aaa.com glusterfs_zone=3 glusterfs_devices='["/dev/sdb"]'
bbb.com glusterfs_zone=1 glusterfs_devices='["/dev/sdb"]'
ccc.com glusterfs_zone=3 glusterfs_devices='["/dev/sdb"]'
ddd.com glusterfs_zone=3 glusterfs_devices='["/dev/sdb"]'

Correct glusterfs_zone numbering (master branch)

[glusterfs]
aaa.com glusterfs_zone=1 glusterfs_devices='["/dev/sdb"]'
bbb.com glusterfs_zone=2 glusterfs_devices='["/dev/sdb"]'
ccc.com glusterfs_zone=3 glusterfs_devices='["/dev/sdb"]'
ddd.com glusterfs_zone=1 glusterfs_devices='["/dev/sdb"]'
ramkrsna commented 6 years ago

The glusterfs_zone numbering has been fixed

ramkrsna commented 6 years ago

Added the license in 0552d84 commit.