Change Fstype default to emptyString from ext4#358
Change Fstype default to emptyString from ext4#358k8s-ci-robot merged 1 commit intokubernetes-csi:masterfrom
Conversation
|
/cc @RomanBednar |
|
Is this make sense to change fsType to empty string in test case also? |
| leaderElectionRetryPeriod = flag.Duration("leader-election-retry-period", 5*time.Second, "Duration, in seconds, the LeaderElector clients should wait between tries of actions. Defaults to 5 seconds.") | ||
|
|
||
| defaultFSType = flag.String("default-fstype", "ext4", "The default filesystem type of the volume to publish.") | ||
| defaultFSType = flag.String("default-fstype", "", "The default filesystem type of the volume to publish.") |
There was a problem hiding this comment.
Is extending description as Default to empty string make sense?
There was a problem hiding this comment.
Yes, Defaults to empty string would make sense here
|
/kind bug |
|
/cc @jingxu97 |
Yes, let's test with the same default. |
|
@Kartik494 can you add a release note for this as we're changing a default value? |
|
Just want to check whether it will have any behavior change from this? |
|
/release-note Change Fstype default to emptyString |
Done |
Thanks for the inputs, i will modify this. |
|
@Kartik494 please add And IMO we will need to release 4.0 instead of 3.6. |
Done |
Seems Like |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, Kartik494 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
Which issue(s) this PR fixes:
Fixes #343
Special notes for your reviewer:
Does this PR introduce a user-facing change?: