PhanLe1010
PhanLe1010
@chriscchien For backing image volume, we need to check the root partition inside the block device as mentioned in the step 4 and 5: ``` 4. Find the major and...
PR merged. Could you please help to retest @chriscchien Thank you very much
### Test plan > Note: there is a bug in rke2 v1.25 version that prevent any pod from coming up `Failed to create pod sandbox: rpc error: code = Unknown...
### Todo: - [ ] Update release note: * Breaking changes: * Min Kubernetes 1.21 * Max Kubernetes 1.26 (note sure if we want to say this) * Note about...
There are 3 ways to install Longhorn (Rancher UI, Helm, Kubectl), [link](https://longhorn.io/docs/1.3.0/deploy/install/) This problem only happens when users install Longhorn v1.3.1 using kubectl and uninstall Longhorn v1.3.1 by deploying the...
Explain the backup flow of the recurring job 1. Recurring job acquires the `BACKUP_LOCK LockType = 1` and take a new backup. 2. After the backup is done Recurring job...
TODO: Longhorn should Improve the logging to explain why the locking was failed https://github.com/longhorn/backupstore/blob/56ddc538b85950b02c37432e4854e74f2647ca61/lock.go#L80-L145
We may want to add this task to the scale test https://github.com/longhorn/longhorn/issues/4303#issuecomment-1200054143
Can you give more detail about your request/usecase? Do you mean use the Storageclasses to config the PV name?
The current Longhorn engine is dependent on iscsi. We are working on the next generation of Longhorn engine that uses spdk for better performance. However, it may take a long...