You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ docker run --rm -it -e GO111MODULE=on -v `pwd`:/app -w /app golang:alpine go get
109
109
| Block Volume | A volume that will appear as a block device inside the host OS. |
110
110
| NVMe Subsystem | holding all other objects in NVMe world |
111
111
| NVMe Controller | responsible for Queues and Commands handlings. Have to belong to some subsystem. |
112
-
| NVMe Namespac | representing remote namespace. Belongs to a specific controller (private NS) or shared between controllers (usually for Multipathing).|
112
+
| NVMe Namespace| representing remote namespace. Belongs to a specific controller (private NS) or shared between controllers (usually for Multipathing).|
0 commit comments