Skip to content

Commit eb67f3b

Browse files
DanceDanceigaw
authored andcommitted
plugins/lm: Pass numd option to nvme_lm_migration_recv
Forward the user-provided 'numd' value from the command-line options to the underlying nvme_lm_migration_recv library function call. Signed-off-by: Dmitry Sherstoboev <[email protected]>
1 parent 6d5ceca commit eb67f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/lm/lm-nvme.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ static int lm_migration_recv(int argc, char **argv, struct command *command, str
521521
.csuuidi = cfg.csuuidi,
522522
.offset = cfg.offset,
523523
.cntlid = cfg.cntlid,
524+
.numd = cfg.numd,
524525
.data = data,
525526
.result = &result,
526527
};

0 commit comments

Comments
 (0)