-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feat configurable virtio blk SPDK parameters #595
Feat configurable virtio blk SPDK parameters #595
Conversation
Codecov Report
@@ Coverage Diff @@
## main #595 +/- ##
==========================================
+ Coverage 75.76% 75.80% +0.04%
==========================================
Files 21 21
Lines 3462 3497 +35
==========================================
+ Hits 2623 2651 +28
- Misses 773 776 +3
- Partials 66 70 +4
|
…mizedServer Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
c32d787
to
e85194f
Compare
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
this change is needed to reduce opi-intel-bridge code and reuse as much as possible
the alternative would be to re-implement blk.go functions instead of just replacing the params sent to json...
No description provided.