Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: add the logdir option dynamic reloading support #368

Merged
merged 5 commits into from
Jun 1, 2018

Commits on May 31, 2018

  1. config: reset to str default values after the options being set

    Signed-off-by: Xiubo Li <xiubli@redhat.com>
    lxbsz committed May 31, 2018
    Configuration menu
    Copy the full SHA
    4e280e0 View commit details
    Browse the repository at this point in the history
  2. config: reset to boolean default values after the options being set

    Signed-off-by: Xiubo Li <xiubli@redhat.com>
    lxbsz committed May 31, 2018
    Configuration menu
    Copy the full SHA
    4278522 View commit details
    Browse the repository at this point in the history
  3. config: fix memory leak of cfg->log_dir_path

    Signed-off-by: Xiubo Li <xiubli@redhat.com>
    lxbsz committed May 31, 2018
    Configuration menu
    Copy the full SHA
    6d09e8b View commit details
    Browse the repository at this point in the history
  4. config: add the logdir option dynamic reloading support

    NOTE: for now this couldn't support the glfs's logging setting, and
    the glfs will use the old path.
    
    Signed-off-by: Xiubo Li <xiubli@redhat.com>
    Signed-off-by: Mike Christie <mchristi@redhat.com>
    lxbsz committed May 31, 2018
    Configuration menu
    Copy the full SHA
    b4caa54 View commit details
    Browse the repository at this point in the history
  5. log: do not insert the CDB debug logs to ringbuffer

    Since the syslog won't logged the CDB debug logs, so there is no
    need to insert them in ringbuffer.
    
    Signed-off-by: Xiubo Li <xiubli@redhat.com>
    lxbsz committed May 31, 2018
    Configuration menu
    Copy the full SHA
    1b6e652 View commit details
    Browse the repository at this point in the history