-
Notifications
You must be signed in to change notification settings - Fork 111
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
fix(snapshot): use customize function to judge snapshot inplace of spdk native function #1489
Conversation
c4a9ee8
to
ae0fd37
Compare
ae0fd37
to
2896503
Compare
…dk native function Signed-off-by: Hrudaya <[email protected]>
2896503
to
be7e44e
Compare
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors merge |
1489: fix(snapshot): use customize function to judge snapshot inplace of spdk native function r=hrudaya21 a=hrudaya21 To Judge if a Lvol is a snapshot, the custom xattr is checked now. Before it was using native SPDK function. Co-authored-by: Hrudaya <[email protected]>
Build failed: |
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
To Judge if a Lvol is a snapshot, the custom xattr is checked now. Before it was using native SPDK function.