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
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
go-tcmu always try to delete existing device or directories before running. Since OpenTCMUDevice()calls Close() before opening the device, if there is any exsiting devices or directories, they are always deleted.
version
issue
go-tcmu always try to delete existing device or directories before running. Since
OpenTCMUDevice()callsClose()before opening the device, if there is any exsiting devices or directories, they are always deleted.