Hi Team, I was using the "Create on Storage" option in Create Volume wizard for creating and attaching the volume to a particular instance. I can see the volume is created as well as attached to the instance. But when I cross checked the db for the format set for this volume , I see it as "NULL" rather than actual format . Is there any issue seen due to this null format set?
[image: image.png] mysql> select name,format from volumes where name="testAttach1"; +-------------+--------+ | name | format | +-------------+--------+ | testAttach1 | NULL I have observed the issue while creating a snapshot for that volume. Checking here for blast radius of the issue before raising a PR and if it is critical for 4.23.0. Thanks, Piyush
