Derek Su
Derek Su
There is an exsting environment check for open-iscsi in the app/daemon.go. We already have a condition in node.longhorn.io for it. Do we still need to error out if open-iscsi is...
Ther kernel check function is not easy to read and maintain. What we need to check is. the four kernels Distro | Broken Version -- | -- Vanilla kernel |...
As discussed with @mantissahz, we decide to remove kernel version check because - The current implementation is not easy to maintain. We need to figure out a better way to...
In general, LGTM.
Can you update https://github.com/longhorn/longhorn master branch? We will backport to v1.6.x. Thank you.
Thanks for the contribution. Please create a IMPROVEMENT ticket in [longhorn/longhorn/issues (sort:updated-desc is:open)](https://github.com/longhorn/longhorn/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen) and create the corresponding the PR in [longhorn/longhorn](https://github.com/longhorn/longhorn). The content of this repo is synced from [longhorn/longhorn](https://github.com/longhorn/longhorn).
> Bad stale bot, bad. 😁 It's annoying. Feel free to reopen it.
cc @mantissahz
I would like to highlight the feature in v1.8.0. WDYT? @innobead
When users make a `BackupVolumeGet` or `BackupVolumeList` HTTP call, they can trigger a backup volume refresh. Is it possible to synchronize backup volumes by simply editing customer resources? Or do...