Skip to content

fix(storageclasses): log storage class name instead of struct pointer#3968

Open
chemicoholic21 wants to merge 3 commits into
loft-sh:mainfrom
chemicoholic21:main
Open

fix(storageclasses): log storage class name instead of struct pointer#3968
chemicoholic21 wants to merge 3 commits into
loft-sh:mainfrom
chemicoholic21:main

Conversation

@chemicoholic21

Copy link
Copy Markdown

The host storage class syncer passed event.Virtual (a *storagev1.StorageClass) to a %s verb, dumping the whole struct instead of the name. Fixed to use event.Virtual.Name, matching the sibling csistoragecapacities syncer.

chemicoholic21 and others added 2 commits May 30, 2026 12:36
The host storage class syncer passed the whole *storagev1.StorageClass
value to a %s verb when logging a deletion, producing an unreadable
struct/pointer dump instead of the object name. Use event.Virtual.Name,
matching the sibling csistoragecapacities syncer.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@chemicoholic21
chemicoholic21 requested a review from a team as a code owner May 30, 2026 12:39
@seanschneeweiss

Copy link
Copy Markdown
Contributor

@chemicoholic21 thanks for the contribution. Can you rebase the change to keep a linear history without merge commits?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants