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
- Add --options flag to rbdmap that allows passing comma separated options to be passed. This needs a unmarshaller to parse the values into krbd.Options{}.
- Replicate iotest.WriteLogger(w io.Writer) that accepts a WriteCloser and prints strings instead of hex for verbose logging.
- Convert use of io.Writer to io.WriteCloser and w.Close() before exiting.
- Add option to read keyring and secrets files for credentials.