Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Create volume(v1) faulted #7536

Closed
chriscchien opened this issue Jan 4, 2024 · 4 comments
Closed

[BUG] Create volume(v1) faulted #7536

chriscchien opened this issue Jan 4, 2024 · 4 comments
Assignees
Labels
kind/bug kind/regression Regression which has worked before priority/0 Must be fixed in this release (managed by PO) require/backport Require backport. Only used when the specific versions to backport have not been definied. require/qa-review-coverage Require QA to review coverage severity/1 Function broken (a critical incident with very high impact (ex: data corruption, failed upgrade)
Milestone

Comments

@chriscchien
Copy link
Contributor

Describe the bug (馃悰 if you encounter this issue)

Create v1 volume faulted(UI and dynamic provision) in a fresh installed Longhorn cluster and test_volume_basic faild with latest images

longhorn-manager log

2024-01-04T03:12:15.707422491Z time="2024-01-04T03:12:15Z" level=info msg="Request (user: system:serviceaccount:longhorn-system:longhorn-service-account, longhorn.io/v1beta2, Kind=Engine, namespace: longhorn-system, name: test-vol-e-0, operation: CREATE) patchOps: [{\"op\": \"replace\", \"path\": \"/metadata/labels\", \"value\": {\"longhornnode\":\"\",\"longhornvolume\":\"test-vol\"}},{\"op\": \"replace\", \"path\": \"/metadata/finalizers\", \"value\": [\"longhorn.io\"]}]" func="admission.(*Handler).admit" file="admission.go:115" service=admissionWebhook
2024-01-04T03:12:15.715818686Z W0104 03:12:15.715674       1 warnings.go:70] unknown field "spec.snapshotMaxCount"
2024-01-04T03:12:15.715831513Z W0104 03:12:15.715690       1 warnings.go:70] unknown field "spec.snapshotMaxSize"
2024-01-04T03:12:15.715836795Z W0104 03:12:15.715695       1 warnings.go:70] unknown field "status.snapshotMaxCount"
2024-01-04T03:12:15.715841470Z W0104 03:12:15.715700       1 warnings.go:70] unknown field "status.snapshotMaxSize"
2024-01-04T03:12:15.739987767Z W0104 03:12:15.739648       1 warnings.go:70] unknown field "spec.snapshotMaxCount"
2024-01-04T03:12:15.740006548Z W0104 03:12:15.739669       1 warnings.go:70] unknown field "spec.snapshotMaxSize"
2024-01-04T03:12:15.740011094Z W0104 03:12:15.739673       1 warnings.go:70] unknown field "status.snapshotMaxCount"
2024-01-04T03:12:15.740016160Z W0104 03:12:15.739678       1 warnings.go:70] unknown field "status.snapshotMaxSize"
2024-01-04T03:12:15.816575171Z time="2024-01-04T03:12:15Z" level=info msg="Cannot find a reusable failed replicas for volume test-vol" func="scheduler.(*ReplicaScheduler).CheckAndReuseFailedReplica" file="replica_scheduler.go:542"

To Reproduce

  1. Deploy Longhorn v1.6.0-dev
  2. Create volume and attach to a node
  3. Volume faulted

Expected behavior

Volume healthy

Support bundle for troubleshooting

supportbundle_b53994bd-dcd4-41cb-95f7-ad2080768de7_2024-01-04T03-15-18Z.zip

Environment

  • Longhorn version: v1.6.0-dev (longhorn-manager 2e69c0)
  • Installation method (e.g. Rancher Catalog App/Helm/Kubectl): kubectl
  • Kubernetes distro (e.g. RKE/K3s/EKS/OpenShift) and version: v1.28.2+k3s1

Additional context

N/A

@chriscchien chriscchien added kind/bug severity/1 Function broken (a critical incident with very high impact (ex: data corruption, failed upgrade) kind/regression Regression which has worked before require/qa-review-coverage Require QA to review coverage require/backport Require backport. Only used when the specific versions to backport have not been definied. labels Jan 4, 2024
@chriscchien chriscchien added this to the v1.6.0 milestone Jan 4, 2024
@c3y1huang
Copy link
Contributor

Due to #6563 (comment).

@innobead
Copy link
Member

innobead commented Jan 4, 2024

#6634 merged.

@innobead innobead added the priority/0 Must be fixed in this release (managed by PO) label Jan 4, 2024
@innobead
Copy link
Member

innobead commented Jan 4, 2024

Assigned to @FrankYang0529 . Please follow up with @chriscchien testing.

@chriscchien
Copy link
Contributor Author

Deploy longhorn( longhorhn dd7163) again, volume operation worked well and and rerun test_volume_basic on pipeline passed, close this ticket as the issue did not happen anymore, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug kind/regression Regression which has worked before priority/0 Must be fixed in this release (managed by PO) require/backport Require backport. Only used when the specific versions to backport have not been definied. require/qa-review-coverage Require QA to review coverage severity/1 Function broken (a critical incident with very high impact (ex: data corruption, failed upgrade)
Projects
None yet
Development

No branches or pull requests

4 participants