Skip to content

Number of improvements implemented for storage dumps

Petr Vokac requested to merge vokac/dpm-contrib-admintools:develop into develop
  • improved performance
  • dump several directories at the same time
  • support direct dump upload to DPM (like dpm-storage-summary.py)
  • use standard python logging
  • compatible command line interface with current dpm-dump
  • improved command line help for new features
  • examples with recommended cmdline for ATLAS
  • support for partial storage:/filesystem dumps
  • compatible with python 2.x and 3.x
    • tested with default python 2.6.6 on SLC6
    • tested with default python 2.7.5 on CC7
    • tested with python 2.6.9 on CC7
    • tested with python 3.6.6 on CC7
  • output files can be automatically compressed according file extension (.gz, .bz2, .lzma)
  • flexible plain text TXT output formatting (file header + footer, output line format)
  • limit internal cache size not to exhaust memory on DPM with huge number of files

Merge request reports