pvc/daemon-common
Joshua Boniface 35e22cb50f Simplify cluster status handling
This significantly simplifies cluster state handling by removing most of
the superfluous get_list() calls, replacing them with basic child reads
since most of them are just for a count anyways. The ones that require
states simplify this down to a child read plus direct reads for the
exact items required while leveraging the new read_many() function.
2023-12-10 17:05:46 -05:00
..
migrations/versions Add initial fault generation in pvchealthd 2023-12-01 17:38:27 -05:00
__init__.py Add module tag for daemon lib 2022-11-04 03:47:18 -04:00
benchmark.py Port all Celery worker functions to discrete pkg 2023-11-30 02:24:54 -05:00
celery.py Properly pass the name of the exception 2023-11-16 18:05:52 -05:00
ceph.py Make all remaining limits optional 2023-12-09 13:43:58 -05:00
cluster.py Simplify cluster status handling 2023-12-10 17:05:46 -05:00
common.py Use external list of fault states 2023-12-09 12:51:41 -05:00
config.py Lower default monitoring interval to 15s 2023-12-01 17:38:28 -05:00
faults.py Port Faults getFault and getAllFaults to read_many 2023-12-10 16:05:16 -05:00
libvirt_schema.py Move libvirt_schema and fix other imports 2023-12-09 12:20:29 -05:00
log.py Fix ordering during termination 2023-11-29 21:21:51 -05:00
network.py Update copyright header year 2022-10-06 11:55:27 -04:00
node.py Split node health into separate function 2023-12-10 16:52:10 -05:00
vm.py Clean up dangling references to cmd pipes 2023-11-09 23:28:14 -05:00
vmbuilder.py Fix incorrect UUID key name 2023-12-09 12:14:57 -05:00
zkhandler.py Implement async ZK read function 2023-12-10 15:35:40 -05:00