Skip to content

Commit

Permalink
chore: increase default number of max namespaces per node to 2k
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagolobocastro authored and Paul Yoong committed May 27, 2022
1 parent b878a82 commit 6199282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mayastor/src/subsys/config/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl Default for NvmfTgtConfig {
fn default() -> Self {
Self {
name: "mayastor_target".to_string(),
max_namespaces: 110,
max_namespaces: 2048,
opts: NvmfTcpTransportOpts::default(),
}
}
Expand Down

0 comments on commit 6199282

Please sign in to comment.