gluster / gluster-block

A framework for gluster block storage
GNU General Public License v2.0
74 stars 32 forks source link

create: fix failing with io_timeout not support #265

Closed lxbsz closed 4 years ago

lxbsz commented 4 years ago

What does this PR achieve? Why do we need it?

If the configshell version is low, even we do not specify the io-timeout options, it will fail, but the exepcting should just skip it.

Does this PR fix issues?

Fixes: #

Notes for the reviewer

pkalever commented 4 years ago

@lxbsz can you please elaborate the commit-msg, sorry but its bit unclear for me.

pkalever commented 4 years ago

@lxbsz may be an example output of behavior with this patch and without this patch in the commit-msg will help.

lxbsz commented 4 years ago

@lxbsz may be an example output of behavior with this patch and without this patch in the commit-msg will help.

Sure, will update it.

lxbsz commented 4 years ago

@pkalever Updated the tag. Thanks.

pkalever commented 4 years ago

Merged now, thanks @lxbsz