From 0ad3d5196fa0048ca1d7845a5723f9889a773f5c Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Fri, 1 Apr 2022 10:56:35 -0700 Subject: [PATCH] Dockerfile: Update to build the latest upstream SPDK The latest upstream SPDK contains the live-migration support for the NVMe backend. Signed-off-by: Bo Chen --- resources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/Dockerfile b/resources/Dockerfile index 2f54462b2..41bc80a41 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -112,7 +112,7 @@ RUN echo 'source $CARGO_HOME/env' >> $HOME/.bashrc \ RUN if [ "$TARGETARCH" = "amd64" ]; then \ git clone https://github.com/spdk/spdk \ && cd spdk \ - && git checkout 59f3cdacb13bd2a19c4a86be04792b0ee4491172 \ + && git checkout 6301f8915de32baed10dba1eebed556a6749211a \ && git submodule update --init \ && apt-get update \ && ./scripts/pkgdep.sh \