-
Notifications
You must be signed in to change notification settings - Fork 169
Comparing changes
Open a pull request
base repository: topolvm/topolvm
base: v0.36.3
head repository: topolvm/topolvm
compare: v0.36.4
- 8 commits
- 8 files changed
- 7 contributors
Commits on Apr 3, 2025
-
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2be8ebb - Browse repository at this point
Copy the full SHA 2be8ebbView commit details -
Merge pull request #1030 from topolvm/bump-chart-15.5.3
Bump chart version to 15.5.3
Configuration menu - View commit details
-
Copy full SHA for 67c0411 - Browse repository at this point
Copy the full SHA 67c0411View commit details
Commits on Apr 15, 2025
-
Remove duplicated entries from container-structure-test.yaml
Signed-off-by: Daichi Mukai <daichi-mukai@cybozu.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 1eb6f7e - Browse repository at this point
Copy the full SHA 1eb6f7eView commit details
Commits on Apr 16, 2025
-
chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. - [Commits](golang/net@v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 47bf927 - Browse repository at this point
Copy the full SHA 47bf927View commit details
Commits on Apr 17, 2025
-
Merge pull request #1031 from topolvm/remove-duplicated-entries-from-…
…container-structure-test Remove duplicated entries from container-structure-test.yaml
Configuration menu - View commit details
-
Copy full SHA for 7ee7302 - Browse repository at this point
Copy the full SHA 7ee7302View commit details -
Ignore non-filesystem signatures when re-mounting filesystem PVC
topolvm-node sometimes fails to mount a filesystem PVC that was previously formatted and mounted to a Pod. This issue appears to stem from topolvm-node's filesystem detection method, which uses blkid and may report non-filesystem signatures, such as RAID member signatures located in the last sector of the block device. Consequently, topolvm-node interprets this as a filesystem inconsistency error, resulting in a failure to mount. These should be considered false positives, as the devices being mounted are intended solely for the filesystem specified in the PVC spec. During NodePublishVolume requests, topolvm-node attempts to detect the filesystem twice. The first detection is performed with its own implementation, and the second is done by FormatAndMount() provided by Kubernetes' mount-utils. Currently, both implementations perform essentially the same function. We can easily modify the former implementation, but the latter is more challenging to adjust. To address this issue, this commit modifies topolvm's filesystem detection method to ignore any usage other than filesystems in its own implementation. Additionally, we avoid using FormatAndMount() when an existing filesystem is detected, and instead use Mount(), which does not check the existing disk format. While this fix does not address false positives for newly created PVCs, it prioritizes resolving the re-mounting issue. Newly created PVCs are not yet in use, allowing us time to address any issues manually. Signed-off-by: Daichi Mukai <daichi-mukai@cybozu.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 98742e0 - Browse repository at this point
Copy the full SHA 98742e0View commit details
Commits on Apr 18, 2025
-
Merge pull request #1033 from topolvm/ignore-non-filesystem-signatures
Ignore non-filesystem signatures when re-mounting filesystem PVC
Configuration menu - View commit details
-
Copy full SHA for 0facba9 - Browse repository at this point
Copy the full SHA 0facba9View commit details -
Merge pull request #1032 from topolvm/dependabot/go_modules/golang.or…
…g/x/net-0.38.0 chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
Configuration menu - View commit details
-
Copy full SHA for a2c3a98 - Browse repository at this point
Copy the full SHA a2c3a98View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.36.3...v0.36.4