Skip to content

Commit

Permalink
chore(spdk): spdk revision changed to use ordered snapshot removal
Browse files Browse the repository at this point in the history
Now the latest changes in SPDK are used to support proper order
of lvol removals.

Signed-off-by: Mikhail Tcymbaliuk <[email protected]>
  • Loading branch information
mtzaurus committed Jul 13, 2023
1 parent b106f34 commit 015da79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/pkgs/libspdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ let
src = fetchFromGitHub {
owner = "openebs";
repo = "spdk";
rev = "4b3b937d1f0903d41c1252459b7578a2fcb00bee";
sha256 = "sha256-tCc+xFO9w9GmmwfxI8xp8Zs/QI1DqQ7voSGSp3K3Cic=";
rev = "00197aa06ede87d188da0620bcc9af967f3a5781";
sha256 = "sha256-o0mvvwOKGMjm3j1Ud7SrQm1ak53cf7DrV6oOFqc0OcI=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 015da79

Please sign in to comment.