Skip to content

Commit

Permalink
rename csi to storage
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Feb 10, 2023
1 parent 2d78923 commit f89bbfc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Pulls](https://img.shields.io/docker/pulls/opiproject/godpu.svg?logo=docker&style=flat&label=Pulls)](https://hub.docker.com/r/opiproject/godpu)
[![Last Release](https://img.shields.io/github/v/release/opiproject/godpu?label=Latest&style=flat-square&logo=go)](https://github.com/opiproject/godpu/releases)

A Container Storage Interface (CSI) library, client, and other helpful utilities created with Go for OPI
Go library and cli to communicate with DPUs and IPUs.

## I Want To Contribute

Expand Down
1 change: 0 additions & 1 deletion csi/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions csi/doc.go

This file was deleted.

1 change: 1 addition & 0 deletions storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Storage package
5 changes: 5 additions & 0 deletions storage/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2022 Dell Inc, or its subsidiaries.

// Package storage implements the go library for OPI to be used in storage, for example, CSI drivers
package storage
4 changes: 2 additions & 2 deletions csi/goopicsi.go → storage/goopicsi.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2022 Dell Inc, or its subsidiaries.

// Package csi implements the go library for OPI to be used in CSI drivers
package csi
// Package storage implements the go library for OPI to be used in storage, for example, CSI drivers
package storage

import (
"context"
Expand Down
4 changes: 2 additions & 2 deletions csi/goopicsi_test.go → storage/goopicsi_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2022 Dell Inc, or its subsidiaries.

// Package csi implements the go library for OPI to be used in CSI drivers
package csi
// Package storage implements the go library for OPI to be used in storage, for example, CSI drivers
package storage

import (
"fmt"
Expand Down

0 comments on commit f89bbfc

Please sign in to comment.