Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General Improvements #3

Open
7 of 22 tasks
vifino opened this issue Nov 5, 2023 · 0 comments
Open
7 of 22 tasks

General Improvements #3

vifino opened this issue Nov 5, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@vifino
Copy link
Owner

vifino commented Nov 5, 2023

  • CI
    • Run Rust unittests
    • Test actual functionality with Nix tests
      • loop
      • tcp
      • rdma (rxe)
      • fc? fcoe? fcloop?
  • README !!! + ! ! !
    • Explain what this is, what works and why it is better than the alternatives.
    • Doesn't need to be perfect first try, but should have a decent quality.
  • Try to find reliable docs for nvmet apart from source code
  • Better error messages
    • Ideally with traces and without looking hella ugly.
  • Detailed traces with tracing
  • Show crate version and license?
  • Autoload nvmet module(s)
  • Implement delta application for State. Trait?
    • Could also have a load/store type thing that could be shared with kernel and config stores..
    • Config backends could just call the generic delta apply and always write out the whole state.
  • Check missing settings/variables
    • Check if buffered_io means normal files are supported
    • addr_treq?
    • cntlid_{min,max}?
    • pi_enable?
    • ana groups?
    • referrals?
  • State JSON flavoured in the way nvmet-cli does?
    • That contains redundant and unused data and isn't very nice. But might be worth supporting to enable an easier upgrade path?
@vifino vifino added this to the v1.0 milestone Nov 5, 2023
@vifino vifino added the enhancement New feature or request label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant