fix(networking): networking between longhorn-csi-plugin and longhorn-manager is broken after upgrading Longhorn to 1.7.0-rc3 #109
Triggered via pull request
August 13, 2024 00:01
PhanLe1010
opened
#3064
Status
Failure
Total duration
24s
Artifacts
–
conventional_commits.yml
on: pull_request_target
commit-lint
13s
Annotations
1 error
commit-lint
You have commit messages with errors
⧗ input: Fix bug: networking between longhorn-csi-plugin and longhorn-manager is broken after upgrading Longhorn to 1.7.0-rc3
1. Revert to set `HostPID: true` and mounting the host proc for CSI plugin pod
2. Revert to set `HostNetwork: false`
3. When RWX storage network is enabled, we mount NFS in the container namespace.
When it is not we mount the NFS in host name space by nsenter the host namespace
longhorn-9223
Signed-off-by: Phan Le <phan.le@suse.com>
✖ header must not be longer than 100 characters, current length is 116 [header-max-length]
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|