Jack Lin

Results 22 issues of Jack Lin

## What's the task? Please describe This is a subtask of https://github.com/longhorn/longhorn/issues/4165 There are several common util functions and types in backupvolume and backupbackingimage This task is to coalesce them...

kind/refactoring
priority/0
area/backing-image

## Is your improvement request related to a feature? Please describe We currently use port number to differentiate the process type, we should use another more reliable method for it...

component/longhorn-manager
kind/refactoring
component/longhorn-instance-manager

ref: https://github.com/longhorn/longhorn/issues/7441 Some ideas: 1. **use map to present max and min value** instead of use int directly. - Because we still want to `omitempty` and `distinguish 0 or nil`....

ref: https://github.com/longhorn/longhorn/issues/7070 backupstore: If the backup has the option `backupmodea: full`, it will pretend there is no last backup, and backup all the blocks of the current volume. longhorn-manager: We...

ref: https://github.com/longhorn/longhorn/issues/7393 Get the process type by parsing the name instead of using port count.

ref: https://github.com/longhorn/longhorn/issues/7960 Update dependencis and resolve the breaking changes. - go-iscsi-helper - go-common-libs The PR is mainly based on this PR https://github.com/longhorn/longhorn-manager/pull/2103/files Talos support is not backported to v1.5.x. But...

ref: https://github.com/longhorn/longhorn/issues/7843 When detecting the filesystem become read only Try to remount the global mount point to read write again

ref: https://github.com/longhorn/longhorn/issues/7563 #### What this PR does / why we need it: Support collect `BackingImage`, `BackupBackingImage` metrics

ref: https://github.com/longhorn/longhorn/issues/7501 https://github.com/longhorn/longhorn/issues/7730 To allow engine instance manager to inspect mount point, we need to mount the whole host to the pod After v1.5.x, engine/replica instance manager become one, and...

ref: https://github.com/longhorn/longhorn/issues/7070 backupstore: If the backup has the option `backupmodea: full`, it will pretend there is no last backup, and backup all the blocks of the current volume. longhorn-manager: We...