From a2d3f3b7644da8f6e1f0dceca0b46f8344288801 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 7 Mar 2025 21:07:49 +0100 Subject: [PATCH] Revert "test/librbd/fsx: switch to netlink interface for rbd-nbd" This reverts commit 1a128a8d8c5cc4313fa301db5381af9963940383. With commit fcbf7367d285 ("rbd-nbd: map using netlink interface by default") backported to reef, this reef-only fixup limited to fsx is no longer needed. Signed-off-by: Ilya Dryomov --- src/test/librbd/fsx.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/librbd/fsx.cc b/src/test/librbd/fsx.cc index 74ece99fdeb53..a59db783cadfc 100644 --- a/src/test/librbd/fsx.cc +++ b/src/test/librbd/fsx.cc @@ -1254,7 +1254,6 @@ nbd_open(const char *name, struct rbd_ctx *ctx) SubProcess::KEEP); process.add_cmd_arg("map"); process.add_cmd_arg("--io-timeout=600"); - process.add_cmd_arg("--try-netlink"); std::string img; img.append(pool); img.append("/"); -- 2.39.5