/usr/lib/python3/dist-packages/hibagent-1.0.1.egg-info/PKG-INFO is in hibagent 1.0.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Metadata-Version: 1.1
Name: hibagent
Version: 1.0.1
Summary: Hibernation Trigger for EC2 Spot Instances
Home-page: https://github.com/awslabs/hibagent
Author: Aleksei Besogonov
Author-email: cyberax@amazon.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description: The EC2 Spot hibernation agent.
This agent does several things:
1. Upon startup it checks for sufficient swap space to allow hibernate and fails
if it's present but there's not enough of it.
2. If there's no swap space, it creates it and launches a background thread to
touch all of its blocks to make sure that EBS volumes are pre-warmed.
3. It updates the offset of the swap file in the kernel using SNAPSHOT_SET_SWAP_AREA ioctl.
4. It daemonizes and starts a polling thread to listen for instance termination notifications.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
|