Tendrl / gluster-integration

Extracts all data from a Gluster cluster for consumption by Tendrl
GNU Lesser General Public License v2.1
6 stars 20 forks source link

GlusterVolume object and GlusterBrick object load are failing #616

Closed GowthamShanmugam closed 6 years ago

GowthamShanmugam commented 6 years ago

In GlusterVolume and GlusterBrick class constructor have few fields are mandatory, So we need to pass all mandatory parameter in all place where we are trying to load these two objects.

https://github.com/Tendrl/commons/blob/master/tendrl/commons/objects/gluster_volume/__init__.py#L7 https://github.com/Tendrl/commons/blob/master/tendrl/commons/objects/gluster_brick/__init__.py#L8 https://github.com/Tendrl/commons/blob/master/tendrl/commons/objects/gluster_brick/__init__.py#L9

GowthamShanmugam commented 6 years ago

@shtripat @nthomas-redhat @r0h4n

GowthamShanmugam commented 6 years ago

This issue is fixed, i am closing this