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

Logfile #148 #151

Merged
merged 7 commits into from
May 28, 2018
Merged

Logfile #148 #151

merged 7 commits into from
May 28, 2018

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    25f41ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a9d81 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. #148: added >> operator (rados-save-log) to read line and parse line.

    Added unit tests to evaluate behavior.
     
    - write to new file
    - write to existing file
    - write multithreading (pthread)
    - parse line in >> operator and reconstruct RadosSaveLogEntry.
    jrse committed May 25, 2018
    Configuration menu
    Copy the full SHA
    01e4be1 View commit details
    Browse the repository at this point in the history
  2. #148: save log file integration. changed format of log file to operat…

    …ion,poolname,namespace,oid (operations: save,cp,mv). activate login in 90-plugin.conf: plugin { rados_save_log=logfile.log }
    jrse committed May 25, 2018
    Configuration menu
    Copy the full SHA
    7da268b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cec26f1 View commit details
    Browse the repository at this point in the history
  4. #148: new rmb tool option -r <logfile>

    - new option -r allows the deletion of ALL objects in the given logfile!
    - added unit tests to eval logfile read and deletion.
    jrse committed May 25, 2018
    Configuration menu
    Copy the full SHA
    c3183d4 View commit details
    Browse the repository at this point in the history
  5. #148: fix build

    jrse committed May 25, 2018
    Configuration menu
    Copy the full SHA
    7c8a447 View commit details
    Browse the repository at this point in the history