Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/rbd/rbd_util.go:89:15: struct of size 312 bytes could be of size 304 bytes: `` struct{ RbdImageName string, ImageID string, VolID string, Monitors string, JournalPool string, Pool string, RadosNamespace string, ClusterID string, RequestName string, NamePrefix string, ParentName string, ParentPool string, ClusterName string, Owner string, VolSize int64, StripeCount uint64, StripeUnit uint64, ObjectSize uint64, ImageFeatureSet github.com/ceph/go-ceph/rbd.FeatureSet, encryption *github.com/ceph/ceph-csi/internal/util.VolumeEncryption, CreatedAt *google.golang.org/protobuf/types/known/timestamppb.Timestamp, conn *github.com/ceph/ceph-csi/internal/util.ClusterConnection, ioctx *github.com/ceph/go-ceph/rados.IOContext, Primary bool, EnableMetadata bool, } `` (maligned) type rbdImage struct { ^}` make: *** [Makefile:118: go-lint] Error 1 Signed-off-by: Prasanna Kumar Kalever <[email protected]>
- Loading branch information