pvc/daemon-common
Joshua Boniface 9329784010 Implement async ZK read function
Adds a function, "read_many", which can take in multiple ZK keys and
return the values from all of them, using asyncio to avoid reading
sequentially.

Initial tests show a marked improvement in read performance of multiple
read()-heavy functions (e.g. "get_list()" functions) with this method.
2023-12-10 15:35:40 -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 Move defined state combinations into common 2023-12-09 12:36:32 -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 Improve fault ID format 2023-12-09 16:48:14 -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 Make all remaining limits optional 2023-12-09 13:43:58 -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