gluster / gluster-csi-driver

DEPRECATED: Gluster Container Storage Interface (CSI) driver
GNU Lesser General Public License v3.0
57 stars 30 forks source link

Remove redundant function parameters #135

Closed Madhu-1 closed 5 years ago

Madhu-1 commented 5 years ago

minReplicaCount and maxReplicaCount are global variable no need to pass them as function arguments.

Signed-off-by: Madhu Rajanna mrajanna@redhat.com

humblec commented 5 years ago

LGTM.