.. |
Account.pm
|
* Fixed a bug (maybe) that was causing users to get immediately logged out of the WebUI
|
2021-11-15 01:01:23 -05:00 |
Alert.pm
|
* Fixed a bug in Alert->check_condition_age() where not setting a host_uuid caused the returned age to always be 0.
|
2022-08-29 17:30:52 -04:00 |
Cluster.pm
|
* Updated Cluster->assemble_storage_groups() to remove refrences to anvil_dr1_host_uuid. Also added the logic for auto-adding DR host's VGs to a storage group. Commented it out though as, for now, this might be a bad idea. Needs more thought.
|
2023-02-01 23:19:38 -05:00 |
Convert.pm
|
* Applied typo fixed from PR #286 (thanks, Deezzir!). Also moved all the raw prints into words.xml.
|
2023-01-16 20:23:29 -05:00 |
Database.pm
|
* Fixed a bug in Database->get_storage_group_data() that was deleting DR host storage group members.
|
2023-03-27 12:35:22 -04:00 |
DRBD.pm
|
* This adds the new Database->get_drbd_data() that, like ->get_lvm_data, collates the DRBD data collected by scan-drbd into more readibly parsable data structure.
|
2023-03-24 19:45:47 -04:00 |
Email.pm
|
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
|
2022-06-12 23:14:49 -04:00 |
Get.pm
|
* Fixed a bug in Database->get_storage_group_data() that was deleting DR host storage group members.
|
2023-03-27 12:35:22 -04:00 |
Job.pm
|
Updates Jobs->update_progress() to take a 'variables' hash reference, and to support logging as well.
|
2021-07-16 15:07:07 -04:00 |
Log.pm
|
* Updated Cluster->parse_crm_mon() to record the role of stonith resources.
|
2022-08-31 12:57:01 -04:00 |
Network.pm
|
* Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell.
|
2023-03-03 14:42:28 -05:00 |
Remote.pm
|
* Undid the #!no_value!# -> !!no_value!! change as it broke language processing.
|
2022-12-07 21:52:14 -05:00 |
ScanCore.pm
|
This commit has more changes than I would normally like, but it's all linked to changing file uploads to rsync serially.
|
2023-02-14 02:29:40 -05:00 |
Server.pm
|
* Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell.
|
2023-03-03 14:42:28 -05:00 |
Storage.pm
|
Fixed a bug in Storage->push_file() where file path wasn't updated from incoming to files, preventing the push to other hosts from working. Also fixed a minor issue where the file size was sometimes 0, making transfer calculations useless.
|
2023-02-22 13:21:29 -05:00 |
Striker.pm
|
* Fixed a bug where resync'ing the database was missing tables.
|
2022-03-29 17:12:26 -04:00 |
System.pm
|
* Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell.
|
2023-03-03 14:42:28 -05:00 |
Template.pm
|
* This adds two new files; cgi-bin/get_anvils and cgi-bin/get_anvil_status, that will form the foundation of the new interactive web UI.
|
2021-02-09 22:45:40 -05:00 |
Validate.pm
|
Added the new 'anvil-network-profiler' tool.
|
2022-07-19 21:16:46 -04:00 |
Words.pm
|
docs: added annotation for the new arg
|
2023-03-30 21:03:05 -04:00 |