Skip to content

Conversation

@ziqonghuang
Copy link
Contributor

No description provided.

@ziqonghuang ziqonghuang force-pushed the config branch 3 times, most recently from fc2707c to fa8b4f3 Compare January 26, 2026 08:44
fn create_default_conf() -> ClusterConf {
ClusterConf::default()
let conf = ClusterConf::from(&self.conf, Some(&self), Some("fuse"));
println!("Loaded configuration from {}", &self.conf);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the command-line parameters of fuse have not been initialized into the conf?

args: Option<&U>,
args_name: Option<&str>,
) -> CommonResult<Self> {
let cli_source = if let (Some(name), Some(args_value)) = (args_name, args) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add cli source as paramter

}
}

conf.master.init()?;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cli/gateway also need init?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants