The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.0.11

  • Change: 53e6f7b3917a50e818f57bf475bba65eba183ee7 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-28 00:25:01 +0000
    • Bump version
  • Change: 12402d77410d549ff20530b4e177f29a1570b4aa Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-28 00:25:01 +0000
    • Update references
  • Change: 867ff0e870e634757d9699404924dbe094baef6b Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-28 00:25:01 +0000
    • Do not modify $_ in map()
    • See page 114 of PBP.
  • Change: e3e0316b666552b953e88010579493d7c8db0256 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-28 00:14:19 +0000
    • Ensure consistant/reproductible device names
  • Change: fc904b7d9a97b8836c0f401dd74aef6b1373231c Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-27 23:55:53 +0000
    • Do not fail is an old version of JSON::PP is available
    • allow_bignum and boolean_values can be absent
  • Change: 308425c7fe9d4a42d8db18ea8ea443b5beffb4af Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-27 23:09:55 +0000
    • Better handle disks with no partitions
    • Avoid removed disks (cd, ...) Keep all others
  • Change: 3a36fe838dc3aa394fb252e45ce47a3cc06aa25e Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-27 23:09:55 +0000
    • correctly decode 0/1 values with JSON::PP
    • By default, JSON::PP convert them to boolean representations
  • Change: eb3527c6c2348cf0b40bd1d017f2e013f4293396 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-27 23:09:55 +0000
    • Ignore new (unused) infos from udev
  • Change: 6c17afe25a1b1a3710ed284ad7cf8ee691c1d8f6 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2023-02-27 23:09:55 +0000
    • Better handle enclosure device ID with hardware RAID
  • Change: 9b08632cccfdf05a8b3d95cc6a5719a0590a09c0 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2022-10-23 21:38:09 +0000
    • Better swap support
    • do not fail with several swap storages - also handle swap file (in addition to swap partition)
  • Change: 3a16a32aa447bb669745c9ac2061e3c14c133bb3 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2022-10-23 21:38:09 +0000
    • Look for FS as root
    • This is required if the mount point is not reachable by the current user
  • Change: 155b3f8684a515b7607f92f403ee6a122c9d9950 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2022-05-26 22:39:18 +0000
    • Force minimal version for bignum and bigrat
    • 0.42 generates error on CPAN testers
  • Change: 0f14cd76764f0ccd4d67f864a21d443ef5593f87 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2022-05-26 22:30:22 +0000
    • Report modules version at test time
  • Change: 62ceefb78477bb532746a7b6d9331a00b732723e Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2022-04-15 10:51:30 +0000
    • New version
  • Change: d78aa22604a8acb6a7d7478f3d0238b185b4ccf0 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2022-04-15 10:48:55 +0000
    • bigint does not work with sprintf
    • it completely fails with bignum >= 0.63 cf https://rt.cpan.org/Ticket/Display.html?id=141330
    • So, we explicitely convert to standard scalar at the end. And rounding is also fixed
  • Change: 6e6158b6c9047725f83f664b02bef6621957df37 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2022-04-15 10:46:39 +0000
    • old version of lsblk does not provide required information
    • Falling back on info from parted or udev
  • Change: e5e8fe852111f4e2374f47d30fbaac29ed3e8b6e Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-04-26 15:25:25 +0000
    • Fix handling of faultly drive with LSI
  • Change: 8698ff9def6985e80adff6c97cf9d0693b48ce79 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-04-22 23:21:54 +0000
    • new version
  • Change: 33482d43681c716f145d28a071fd7c8e45bc5376 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-04-22 23:21:54 +0000
    • Update references
  • Change: fd71bccda4d843432d885b7391392eb5b1ef9ac5 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-04-22 23:21:54 +0000
    • Always use strings
    • Else, comparaison to the reference sometimes fails. Data::Dumper is not constant when it prints numbers (sometimes they are printed as number, sometimes as strings)
  • Change: 25b66f81ac14b00d2aca4c32ba3e91fd44219932 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-04-22 23:07:35 +0000
    • Add support for MD RAID containers
  • Change: b1d1f2f162e2db1b4fc14c0a4da0349b7f75b71a Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-01-01 14:32:47 +0000
    • Fix correspondance between sas2ircu disks and linux block disks
  • Change: 2f8e2e7966c1bbe31a657da2c4ae637b97a5629d Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-01-01 14:10:48 +0000
    • sas2ircu: correctly handle direct disks
  • Change: a83472db531f172596ed98ae33dde5a55319dfdf Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-01-01 14:09:48 +0000
    • Add support for disk that are not partitionned
  • Change: aee5e23b30f3a53e012183f1e387790f9377736e Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-01-01 14:08:19 +0000
    • Typo and indent
  • Change: b3fd1b2fb7a7a1a533d1441c8fee0bd0338a7028 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2021-01-01 14:04:42 +0000
    • Code refactoring
  • Change: 9f5496a5fbb1aea50d80ca951ef3acbfe8b8316d Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-10-25 10:12:59 +0000
    • New version
  • Change: b2fa44ee04a9e5e0d4dcc57698e1ee761febd95f Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-10-25 10:12:59 +0000
    • Move reference data that use an old version of the program
  • Change: 611c09d459d782117aafe800a50eeb650b8af253 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-10-25 10:12:59 +0000
    • Update rawdata
  • Change: 24d6a1c2b009955560c01a245c35d8c6bf81b915 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-10-25 10:12:59 +0000
    • limit variation in output
  • Change: 2937a86d2c857e67e74c6862801cea993f497185 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-09-25 15:49:29 +0000
    • Better support for LVM links between PV/LV
  • Change: 867fc4c6c9d43ee1b9f6b667d39545cd1d374ba5 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-07-22 06:44:28 +0000
    • Require perl 4.14.0 for s///r syntaxe
  • Change: 16310bf7b26a770e17e445493338f061b38a7dcf Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-07-21 17:28:21 +0000
    • v1.0.5
  • Change: 456c3bccd94bb2a63abe3cbe5701a3cad9d088ca Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-07-21 17:24:52 +0000
    • Handle missing raid devices for LSI controler
  • Change: 704e670b1f053a97e6e90b4ae84d9b88a37234f2 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-07-21 17:23:13 +0000
    • Avoid duplicate size info on RAID disks
  • Change: db8ab15df00c31f5392feaedde5e02b835cded8c Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 22:05:17 +0000
    • dzil: try to make ChangelogFromGit working
  • Change: 8ed06369e622684d955b955fcefac9dbcd86b5f5 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 22:04:05 +0000
    • v1.0.4
  • Change: 24d34635366d83c6842f3cfce401fa75c9db5fd5 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 22:03:05 +0000
    • data/Makefile: protect data files and add a rule to clean reference files
  • Change: 158d86788de9034153624846720633700fab69ee Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 22:02:28 +0000
    • Rewrite disp_size routine to try to avoid rounding error
    • reference files has been updated accordingly
  • Change: 35e6e38a6f40cd499607731010a1d2fa01f0f1e8 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 22:00:42 +0000
    • Add a test to track Data::Dumper behavior
  • Change: b7a2c9eff08ac1f34b07ca3d646f1b27abe26ec3 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 10:52:18 +0000
    • New release
  • Change: be5cd08ef9d9a05c5e84d994fae95f8f4d6a4bba Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 10:51:58 +0000
    • Add a test for perl rounding
    • and commute files in file comparison
  • Change: c57ef7dffda7009321985afe7af175fcaa253f21 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 10:38:03 +0000
    • New release
  • Change: 2ee296c7cb1ad06bd64333760830e067305482cf Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 10:38:03 +0000
    • Cleanup generated (untracked) files before release
  • Change: d12c42a046de687ef2ae3fd512413afa275d568d Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 10:30:17 +0000
    • Generate changelog from git
  • Change: 085e14e556b86dff2c869dc7041c6b999af28237 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 10:28:03 +0000
    • Avoid to run localhost analysis when storage2dot is called with --help
    • But the help has to be written...
  • Change: ed700c7acba230679febf3f4dad0ccfba88d4289 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 00:16:05 +0000
    • fix dist.ini to avoid duplicate steps (when uploading)
  • Change: 005fd50ebf4b0eefc4892e01242fc1675987ae31 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-04 00:03:00 +0000
    • Ignore test files
  • Change: 5fb70987f87e7f4601bccacb1df55d82026fa5b8 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-03 23:51:28 +0000
    • Fix VERSION position to avoid to be before strictures
  • Change: 146c26ba4a05f31a46a19b970cdb683970b7007c Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-03 23:48:54 +0000
    • dzil meta file
  • Change: 6b8581692e7492d332e62f407991540a063a9f19 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-03 23:48:42 +0000
    • update local run-on debug script to run storage2dot in bin/
  • Change: 374dcf88f7bd9b04c45151e38b45273ef934b8cd Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-03 23:45:55 +0000
    • Cleanup main code
    • Help to be written
  • Change: 8d27449a6e6d26ebd0d9f1349845fff4e248a383 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-03 23:45:31 +0000
    • Add testing using refs
  • Change: 2caefeaf13f82c20cae99213622d6d9e9ef0933e Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-03 23:45:08 +0000
    • Update refs
  • Change: 1bdf1a80061be1b43fe6eb56f943111ded88a58d Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-04-03 23:44:32 +0000
    • Add disk size for megacli disks
  • Change: 80fb0f30044032bb69cfaa93efaa1f9c7e146742 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-23 00:00:37 +0000
    • Update color for file source in VM
  • Change: e13f83ab027016f9b3eacdf260bbe8b80f7f2735 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-22 23:44:51 +0000
    • Update reference test files
  • Change: 46b650e435bc73d43bb9a757e1830f469b421fbe Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-22 23:42:12 +0000
    • cleanup
  • Change: ed1fa4fd9bad9d9fb697d071817f542cedd737f0 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-22 23:41:53 +0000
    • Link mounted FS for VM disk with file source
  • Change: 6feca6b4dfc8275f810bc0e3e2f63e167057732d Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-22 22:12:54 +0000
    • Record examples for tests
  • Change: 0181140e65820380dbd2d77b30f46ad77025d2ba Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-22 22:02:55 +0000
    • Ignore devices reported by pvs that are not PV
  • Change: 651b1575b3f6030e6f7fe2938a1058386fca2eb7 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-22 21:42:56 +0000
    • Do not fail when no MegaRAID is present but megacli is installed
  • Change: a7d92284d0eed71a72f993b886cd316a64d72d69 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-22 21:41:54 +0000
    • Find disks without partitions table
  • Change: 12d21bffc833da059e90715f53dc09f5adfdec37 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-02 10:53:33 +0000
    • Add support for JBOD disk in LSI controlers
  • Change: 77f5cce468e5b4d12164c8d5b2b56d7a10ee94ba Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-03-02 10:52:51 +0000
    • Add depends on perl module in data Makefile
  • Change: 7534396ee734af3e1713df19538a94f90d687278 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-27 12:39:14 +0000
    • setup initial tests
  • Change: a1e9e6f1d2636aaebd8110df2fda077e0d7f5733 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-27 10:27:15 +0000
    • Cleanup code
  • Change: 1f8e6d99c93e6557e1aab94d9c4ae359237f5335 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-26 23:03:17 +0000
    • Start moving to proper perl distribution
  • Change: 7ead9eaabc94f0b98f2dc9ea658c94f463c14676 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-26 15:24:00 +0000
    • Allows one to replay from command outputs
    • useful for debugging or regression tests
  • Change: 261e04e74e8be3c3295ab6cee30cdae87e8747b0 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-26 15:20:35 +0000
    • Handle hidden lv (for pvmove for example)
  • Change: 8e33d906c8a60689f0b1d148c261d0be3bb47e8f Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 18:41:16 +0000
    • Add battery status for LSI Megacli
  • Change: 9b695f56fae70dc47fe834a432df006695e7aede Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 16:12:34 +0000
    • Fix bug when there are some PV without assigned VG
  • Change: bf98efa2e4052cb598399cd64717db1dc8dea718 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 16:11:50 +0000
    • Fix color display bug when 'used' == 0
  • Change: 8fb004f7cd2fcee6ecfd61dee02e8ed2da8fb1e2 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 16:10:06 +0000
    • Sort dump when collecting
  • Change: 49eadf29af0b720615b2e0e2d8d7d2537d07234c Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 16:09:51 +0000
    • Unify 3 RAID detections (MD, LSI SAS2Ircu, MegaCLI)
  • Change: 65febee6faca9327f659cbd7e91d655e83bdc093 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 16:06:23 +0000
    • Sort collected data
  • Change: 388e6233be36bc2f7ec3559243f91dae4877d1e8 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 11:33:19 +0000
    • Collect with megacli
  • Change: d82bdced1c985979344ba752d13d39e1ac97fdb5 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 11:32:44 +0000
    • Cleanup spaces
  • Change: e62d12a3b4773b3dc36ac9609c2c3fa90a526dcd Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-25 11:31:43 +0000
    • Dump data in deterministic order
  • Change: 4279d1f2ef2a1c7a6349f7954cfe4e7a6d6a3c3b Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-24 18:16:29 +0000
    • Refactor RAID system
  • Change: 17c7e6ce16fe4a5bcc7cade55170e6a02f8b55ff Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-24 13:49:51 +0000
    • Reindent (partial)
  • Change: 2fa2add3384c364a1fb5a57eb03aa1a196d2c83a Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-24 13:49:36 +0000
    • Force order on filesystems
  • Change: cb2c753dfdf7d1e57df5b0a1c42fdfb0e4393792 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-24 13:49:11 +0000
    • Error message when the data file cannot be read
  • Change: 64e654971cb6da3dfd8c657b2d1f410e632cc3aa Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-24 13:48:19 +0000
    • Do not fail when no info present for a collector
  • Change: cbcd6190b71e571159ea7dc9a68c96a472355298 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-24 13:47:27 +0000
    • Handle depends in collect (prog and files)
  • Change: 97d7c94399d364839dd7319c329b6015e84bbfb1 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-24 13:42:30 +0000
    • Add basic documentation
  • Change: e5af6e25d6a54e6b375f51eba14b5012df4e92bb Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-05 16:22:20 +0000
    • Start of LSI support
  • Change: 27f34c4bee266a2eaa2b9ad3b3a407372ea52726 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2020-02-05 16:22:04 +0000
    • Cleanup
  • Change: cd36b8b5a19900f09bfbf307b8214d05d5a77ffc Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-13 00:43:25 +0000
    • Add libvirt
  • Change: a4506a33535b470e618225b9a66e498d365ebb75 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-12 22:48:51 +0000
    • storage2dot can do the collect (even remotely)
  • Change: e7998526a00c2686bf0f469a72b5aa3f538ffcfb Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-12 22:48:10 +0000
    • Add MD support
  • Change: b688ab87c732dfdcf295819d9a73b58abcc3c3f4 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-11 23:11:25 +0000
    • CMDReader
    • not really usefull => too many pasword to type for sudo
  • Change: 7ae766268357404555d94e08b93c84b42c23eae8 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-11 01:26:06 +0000
    • Create partitions for collected info
  • Change: 018f0817334d216be8413d6ffbd89611c237664f Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-11 01:18:54 +0000
    • clean json + add luks support
  • Change: 9b6fe08f79d4c4d03cfc019d9877ce30e5525f5c Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-10 20:42:09 +0000
    • Decode json at creation time
  • Change: 0bea03cce0f73f0d30e66268cba3c0e92a1904b2 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-08 22:06:38 +0000
    • Refactoring Collect.pm in (basic, no depends) OO style
  • Change: 51b388c72f5912855f25ace023066812407477ac Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-08 22:05:55 +0000
    • Refactor and bug fix
    • avoid a separate file for a module - add log/warn/error methods for basic logging - fix computation of free/busy part for striped rectangles - fix partitions for kpartx mapped partitions
  • Change: 6f6f820087e74567611a2cae046e1d98ce0facac Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-08 00:46:44 +0000
    • Add mounted FS and swap
    • Fix color for provided block
  • Change: be808dcb042a78a22557ee5a24eb328ced545372 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-08 00:11:36 +0000
    • End of refactoring. Partitions and LVM functionnal
  • Change: 6687a51d8d201dcfd7a8423f71b9050896914de0 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-06 20:53:30 +0000
    • Add cached hashes
  • Change: c09f288ad7fa876b6c09c3e822fdd084172f0bec Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-06 15:22:22 +0000
    • Start rewrite in perl
  • Change: 51e6b332cb596bbea658bfde93bde7ac8a0a7d9b Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2019-10-06 15:22:03 +0000
    • Fix minor bugs
  • Change: 833ed9eb59bd5b0c4698aee668eb65aebcaca97b Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2017-07-25 15:29:12 +0000
    • Small improvment for color/layout and typo fix
  • Change: a0c1ef37a14bee17d67d6f9c351aefd8144b75c5 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2017-07-25 15:28:29 +0000
    • run-on use machine-name prefixed filename
  • Change: 5157abee570cdef4a5bcbef06272d5d1701b6197 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-09-08 19:39:03 +0000
    • Raid: show faulty state
  • Change: a7b2dadd262e18e1263f20c7d38e8f0af3d3cd68 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-09-07 23:35:32 +0000
    • Add a script to run the current version on another host
    • Mainly useful for debug, to test a locally just developped version
  • Change: f3624c5075bde3726202001c8297b19044ddc850 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-09-07 23:33:56 +0000
    • Fix output file not initially truncated
    • and add the short option (-o)
  • Change: 5b2dff6e7f44a2ae1908750e656678f53b94b0d4 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-09-07 23:32:42 +0000
    • RAID: fix bug on empty lines
    • and add colors for spare (free) and rebuilding (warning) states
  • Change: b8111e74b1eab2d9976edbe1fc8fca54f788d2f9 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-09-07 23:31:35 +0000
    • Correctly handle disks without any label
  • Change: bc05daa2407cd58e073b8d3b7a7eb8db092b4897 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-09-07 23:30:32 +0000
    • Fix printed size in Byte
    • and add a space before unit
  • Change: e534d20466d716e57e1219da9cc0d1173a40f512 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-04-08 21:20:23 +0000
    • Enhanced version
  • Change: c88d4dd422e04e015ce25a70946781e78f05a789 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-04-01 16:31:44 +0000
    • New improved version
  • Change: feb590efb3a79f8afc43713cb7975976742fde68 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-04-01 02:09:03 +0000
    • better layout
  • Change: 4309a79ce5a9ed3f5db4c26fddcf55de68495d37 Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-03-31 10:31:26 +0000
    • First version
  • Change: a4e5d7754dfe92d543b6694cd824c644b8cd368d Author: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date : 2014-03-31 10:31:06 +0000
    • initial import
  • End of releases.

Documentation

analyse and generate a graphical view of a machine storage

Modules

Collect and display storages on linux machines
modules required to collect data. No dependencies (but perl itself)

Provides

in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay/Collect.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay.pm
in lib/StorageDisplay/Collect.pm