fix(networking): networking between longhorn-csi-plugin and longhorn-manager is broken after upgrading Longhorn to 1.7.0-rc3 #110
Triggered via pull request
August 13, 2024 04:43
PhanLe1010
synchronize
#3064
Status
Failure
Total duration
32s
Artifacts
–
conventional_commits.yml
on: pull_request_target
commit-lint
21s
Annotations
1 error
commit-lint
You have commit messages with errors
⧗ input: fix (networking): 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 125 [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
|