diff --git a/internal/rbd/rbd_util.go b/internal/rbd/rbd_util.go index 48b445d07..884d66a2b 100644 --- a/internal/rbd/rbd_util.go +++ b/internal/rbd/rbd_util.go @@ -28,7 +28,7 @@ import ( "strings" "time" - types "github.com/ceph/ceph-csi/internal/rbd_types" + "github.com/ceph/ceph-csi/internal/rbd/types" "github.com/ceph/ceph-csi/internal/util" "github.com/ceph/ceph-csi/internal/util/log" diff --git a/internal/rbd_types/volume.go b/internal/rbd/types/volume.go similarity index 97% rename from internal/rbd_types/volume.go rename to internal/rbd/types/volume.go index b2bb1e2bc..19b5f3337 100644 --- a/internal/rbd_types/volume.go +++ b/internal/rbd/types/volume.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package rbd_types +package types import ( "context"