Closed komer3 closed 2 months ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 38.42%. Comparing base (
52912b7
) to head (5f4efff
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/driver/nodeserver_helpers.go | 0.00% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM
This change fixes errors when mounting cloned XFS volumes on the same node as the original. The issue occurred because both volumes had identical UUIDs. By adding the 'nouuid' flag during mounting, we bypass the duplicate UUID check, similar to how ext4 handles this situation. This solution resolves the mounting errors without compromising functionality.
General:
Pull Request Guidelines: