Ray Chang
Ray Chang
Self-test Longhorn can be deployed normally with the modified values.yaml. 
In current version, the default value of `successfulJobsHistoryLimit` in Longhorn will be `1` . So I think we can make the parameter configurable. 
I can reproduce it in my environment.  I think it could have a logic to check the setting value was applied, if so then do not validation the value....
- [x] What is the name of the project you maintain? - The projects under [Longhorn.io](https://github.com/longhorn), like Longhorn-manager and Longhorn-engine - [x] What is the URL to your GitHub repository?...
If I add output log with stdout in manager shutdown function to implement gracefully shutdown, am I right? https://github.com/longhorn/longhorn-share-manager/pkg/server/share_manager.go
I tried deploying with `longhorn.yaml` in the master branch and I can start `share-manger` without restarting. 
Upon closer inspection, I found that it was because I didn't fix completely in the first time, so I send the [2nd PR](https://github.com/longhorn/longhorn-share-manager/pull/41) to fix, and I think it was...
Self-test `longhornio/longhorn-share-manager:v1_20220914` works in my environment. 
According to the conclusion of the last meeting, since the fs type will continue to be backported in the Linux kernel. So the task will add a check function to...
I think this is one of the things that can happen to users. The delete would fail probably because the snapshot/backup could not be created. However, the reason still needs...