MANIFEST.in
README.md
gunicorn.cfg
requirements.txt
setup.py
wsgi.py
agent/__init__.py
agent/config.py
agent/fs_utils.py
agent/hooks.py
agent/i18n.py
agent/json.py
agent/logg.py
agent/signals.py
agent/business/__init__.py
agent/business/tasks.py
agent/business/models/__init__.py
agent/business/models/base.py
agent/business/models/exceptions.py
agent/business/models/fields.py
agent/business/models/runner.py
agent/business/models/utils.py
agent/business/models/abgw/__init__.py
agent/business/models/abgw/enums.py
agent/business/models/abgw/factory.py
agent/business/models/abgw/managers.py
agent/business/models/abgw/registration_info.py
agent/business/models/abgw/services.py
agent/business/models/abgw/utility.py
agent/business/models/abgw/config/__init__.py
agent/business/models/abgw/config/config.py
agent/business/models/abgw/config/factory.py
agent/business/models/abgw/config/storage_type_factory.py
agent/business/models/abgw/config/storage_types.py
agent/business/models/abgw/config/utils.py
agent/business/models/abgw/exceptions/__init__.py
agent/business/models/abgw/exceptions/general.py
agent/business/models/abgw/exceptions/re_reg.py
agent/business/models/abgw/verifier/__init__.py
agent/business/models/abgw/verifier/factory.py
agent/business/models/abgw/verifier/nfs_verifier.py
agent/business/models/abgw/verifier/s3as_verifier.py
agent/business/models/abgw/verifier/verifier.py
agent/business/models/as15_migrate/__init__.py
agent/business/models/as15_migrate/enums.py
agent/business/models/as15_migrate/errors.py
agent/business/models/as15_migrate/migration.py
agent/business/models/as15_migrate/services.py
agent/business/models/as15_migrate/utility.py
agent/business/models/backend/__init__.py
agent/business/models/backend/factory.py
agent/business/models/backend/services.py
agent/business/models/backend/validators.py
agent/business/models/backend/domain/__init__.py
agent/business/models/backend/domain/config.py
agent/business/models/backend/domain/exc.py
agent/business/models/backend/domain/factory.py
agent/business/models/backend/domain/firewall.py
agent/business/models/backend/domain/managers.py
agent/business/models/backend/domain/postgresql.py
agent/business/models/backend/domain/prometheus.py
agent/business/models/backend/domain/raftor.py
agent/business/models/backend/domain/ssl_configurator.py
agent/business/models/backend/domain/virt_iface.py
agent/business/models/backups/__init__.py
agent/business/models/backups/backup.py
agent/business/models/backups/exceptions.py
agent/business/models/backups/factory.py
agent/business/models/cluster/__init__.py
agent/business/models/css/__init__.py
agent/business/models/css/tasks.py
agent/business/models/css/utils.py
agent/business/models/disks/__init__.py
agent/business/models/disks/blinker.py
agent/business/models/disks/diks_id.py
agent/business/models/disks/disk_cache_updater.py
agent/business/models/disks/exceptions.py
agent/business/models/disks/factory.py
agent/business/models/disks/lock.py
agent/business/models/disks/manager.py
agent/business/models/disks/performance_test.py
agent/business/models/disks/tasks.py
agent/business/models/disks/utils.py
agent/business/models/disks/disks_cache/__init__.py
agent/business/models/disks/disks_cache/cache.py
agent/business/models/disks/disks_cache/factory.py
agent/business/models/disks/disks_cache/handlers.py
agent/business/models/disks/disks_info/__init__.py
agent/business/models/disks/disks_info/blink_info.py
agent/business/models/disks/disks_info/factory.py
agent/business/models/disks/disks_info/info.py
agent/business/models/disks/disks_info/mount_info.py
agent/business/models/disks/disks_info/size_info.py
agent/business/models/disks/disks_info/smart_info.py
agent/business/models/disks/disks_info/udev_info.py
agent/business/models/disks/disks_info/utils.py
agent/business/models/ds/__init__.py
agent/business/models/ds/datastore.py
agent/business/models/ds/exceptions.py
agent/business/models/events/__init__.py
agent/business/models/ha/__init__.py
agent/business/models/ha/factory.py
agent/business/models/ha/manager.py
agent/business/models/ha/roles.py
agent/business/models/ha/services/__init__.py
agent/business/models/ha/services/config.py
agent/business/models/ha/services/factory.py
agent/business/models/ha/services/shaman.py
agent/business/models/iscsi/__init__.py
agent/business/models/iscsi/exceptions.py
agent/business/models/iscsi/facade.py
agent/business/models/iscsi/target.py
agent/business/models/iscsi/user.py
agent/business/models/iscsi/utils.py
agent/business/models/iscsi/xml_parser.py
agent/business/models/license/__init__.py
agent/business/models/license/acronis_licence.py
agent/business/models/license/exceptions.py
agent/business/models/mdss/__init__.py
agent/business/models/mdss/exception.py
agent/business/models/mdss/maker.py
agent/business/models/mdss/tasks.py
agent/business/models/network/__init__.py
agent/business/models/network/exceptions.py
agent/business/models/network/facade.py
agent/business/models/network/interface.py
agent/business/models/network/manager.py
agent/business/models/network/protected_services.py
agent/business/models/network/services.py
agent/business/models/network/firewall/__init__.py
agent/business/models/network/firewall/config.py
agent/business/models/network/firewall/factory.py
agent/business/models/network/linux/__init__.py
agent/business/models/network/linux/factory.py
agent/business/models/network/linux/net_iface.py
agent/business/models/network/linux/utils.py
agent/business/models/nfs/__init__.py
agent/business/models/nfs/daemons.py
agent/business/models/nfs/exceptions.py
agent/business/models/nfs/factory.py
agent/business/models/nfs/services.py
agent/business/models/nfs/commands/__init__.py
agent/business/models/nfs/commands/configs.py
agent/business/models/nfs/commands/factory.py
agent/business/models/nfs/commands/vstorage_nfs.py
agent/business/models/nfs/configs/__init__.py
agent/business/models/nfs/configs/ds_list.py
agent/business/models/nfs/configs/kerberos.py
agent/business/models/nfs/configs/ldap.py
agent/business/models/nfs/entities/__init__.py
agent/business/models/nfs/entities/daemons.py
agent/business/models/nfs/entities/dao.py
agent/business/models/nfs/entities/enums.py
agent/business/models/nfs/entities/factory.py
agent/business/models/nfs/entities/parsers.py
agent/business/models/nfs/entities/export_config/__init__.py
agent/business/models/nfs/entities/export_config/config_maker.py
agent/business/models/nfs/entities/export_config/parser.py
agent/business/models/nfs/entities/export_config/services.py
agent/business/models/nfs/entities/export_config/templates/nfs_export.conf.template
agent/business/models/node/__init__.py
agent/business/models/node/exceptions.py
agent/business/models/node/factory.py
agent/business/models/node/services.py
agent/business/models/node/updater.py
agent/business/models/node/release/__init__.py
agent/business/models/node/release/cleaners.py
agent/business/models/node/release/factory.py
agent/business/models/node/release/release.py
agent/business/models/node_performance/__init__.py
agent/business/models/ostor/__init__.py
agent/business/models/ostor/_cluster.py
agent/business/models/ostor/daemons.py
agent/business/models/ostor/enums.py
agent/business/models/ostor/exceptions.py
agent/business/models/ostor/facade.py
agent/business/models/ostor/factory.py
agent/business/models/ostor/s3gw_ports_parser.py
agent/business/models/ostor/services.py
agent/business/models/ostor/commands/__init__.py
agent/business/models/ostor/commands/factory.py
agent/business/models/ostor/commands/ostor_ctl.py
agent/business/models/ostor/entities/__init__.py
agent/business/models/ostor/entities/configs.py
agent/business/models/ostor/entities/dao.py
agent/business/models/ostor/entities/factory.py
agent/business/models/ostor/entities/parsers.py
agent/business/models/ostor/notary/__init__.py
agent/business/models/ostor/notary/config_parser.py
agent/business/models/ostor/notary/configuration.py
agent/business/models/ostor/notary/exceptions.py
agent/business/models/ostor/notary/factory.py
agent/business/models/ostor/notary/record.py
agent/business/models/ostor/notary/schemas.py
agent/business/models/ostor/templates/s3-gateway.conf.template
agent/business/models/performance/__init__.py
agent/business/models/performance_test_task/__init__.py
agent/business/models/prepare_disk_task/__init__.py
agent/business/models/register_node_task/__init__.py
agent/business/models/reports/__init__.py
agent/business/models/reports/collectors.py
agent/business/models/reports/exceptions.py
agent/business/models/reports/factory.py
agent/business/models/reports/report.py
agent/business/models/s3/__init__.py
agent/business/models/s3/services.py
agent/business/models/s3/bucket/__init__.py
agent/business/models/s3/bucket/exception.py
agent/business/models/s3/bucket/facade.py
agent/business/models/s3/bucket/factory.py
agent/business/models/s3/bucket/xml_parser.py
agent/business/models/s3/cluster/__init__.py
agent/business/models/s3/cluster/dao.py
agent/business/models/s3/cluster/entities.py
agent/business/models/s3/cluster/factory.py
agent/business/models/s3/gateways/__init__.py
agent/business/models/s3/gateways/daemons.py
agent/business/models/s3/gateways/dao.py
agent/business/models/s3/gateways/exceptions.py
agent/business/models/s3/gateways/factory.py
agent/business/models/s3/gateways/gateway.py
agent/business/models/s3/gateways/services.py
agent/business/models/s3/gateways/nginx_config/__init__.py
agent/business/models/s3/gateways/nginx_config/nginx_config_maker.py
agent/business/models/s3/gateways/nginx_config/parser.py
agent/business/models/s3/gateways/nginx_config/s3gw_protocol_config.py
agent/business/models/s3/gateways/nginx_config/services.py
agent/business/models/s3/gateways/nginx_config/templates/s3-gateway.conf.template
agent/business/models/s3/georeplication/__init__.py
agent/business/models/s3/georeplication/base.py
agent/business/models/s3/georeplication/exceptions.py
agent/business/models/s3/georeplication/factory.py
agent/business/models/s3/georeplication/services.py
agent/business/models/s3/georeplication/user.py
agent/business/models/s3/georeplication/config/__init__.py
agent/business/models/s3/georeplication/config/base.py
agent/business/models/s3/georeplication/config/clusters.py
agent/business/models/s3/georeplication/config/factory.py
agent/business/models/s3/georeplication/config/self_uid.py
agent/business/models/s3/georeplication/config/services.py
agent/business/models/s3/georeplication/config/sites.py
agent/business/models/s3/georeplication/config/utils.py
agent/business/models/s3/user/__init__.py
agent/business/models/s3/user/exceptions.py
agent/business/models/s3/user/facade.py
agent/business/models/s3/user/xml_parser.py
agent/business/models/services_manager/__init__.py
agent/business/models/services_manager/factory.py
agent/business/models/services_manager/systemctl.py
agent/business/models/ssh/__init__.py
agent/business/models/ssh/exceptions.py
agent/business/models/ssh/facade.py
agent/business/models/ssh/key.py
agent/business/models/stat/__init__.py
agent/business/models/stat/spaces.py
agent/business/models/tier/__init__.py
agent/contrib/__init__.py
agent/contrib/base_config.py
agent/contrib/base_daemon.py
agent/contrib/cluster_path.py
agent/contrib/commands_executor.py
agent/contrib/disk_bench.py
agent/contrib/rest_client.py
agent/contrib/shared_value.py
agent/contrib/shell.py
agent/contrib/crypto/__init__.py
agent/contrib/crypto/exceptions.py
agent/contrib/crypto/utils.py
agent/contrib/failover/__init__.py
agent/contrib/failover/exceptions.py
agent/contrib/failover/factory.py
agent/contrib/failover/task.py
agent/contrib/mount/__init__.py
agent/contrib/mount/base.py
agent/contrib/mount/cluster.py
agent/contrib/mount/exceptions.py
agent/contrib/mount/fstab.py
agent/contrib/mount/vdisk.py
agent/contrib/mount/info/__init__.py
agent/contrib/mount/info/factory.py
agent/contrib/mount/info/mpoint_for_path.py
agent/contrib/mount/info/utils.py
agent/contrib/mount/monitor/__init__.py
agent/contrib/mount/monitor/factory.py
agent/contrib/mount/monitor/mount_monitor.py
agent/contrib/pcs/__init__.py
agent/contrib/pcs/exceptions.py
agent/contrib/pcs/commands/__init__.py
agent/contrib/pcs/commands/factory.py
agent/contrib/pcs/commands/vstorage.py
agent/contrib/pcs/utils/__init__.py
agent/contrib/pcs/utils/exceptions.py
agent/contrib/pcs/utils/factory.py
agent/contrib/pcs/utils/services.py
agent/contrib/pcs/vstorage_attrs/__init__.py
agent/contrib/pcs/vstorage_attrs/attributes.py
agent/contrib/pcs/vstorage_attrs/enums.py
agent/contrib/pcs/vstorage_attrs/factory.py
agent/contrib/pcs/vstorage_attrs/services.py
agent/contrib/performance_watchers/__init__.py
agent/contrib/performance_watchers/base.py
agent/contrib/performance_watchers/cpu_watcher.py
agent/contrib/performance_watchers/io_watcher.py
agent/contrib/performance_watchers/network_watcher.py
agent/contrib/scheduler/__init__.py
agent/contrib/scheduler/jobstores.py
agent/logger/__init__.py
agent/logger/factory.py
agent/logger/logger.py
agent/logger/utils.py
agent/manage/__init__.py
agent/manage/roles.py
agent/presentation/__init__.py
agent/presentation/api/__init__.py
agent/presentation/api/base.py
agent/presentation/api/common_schema.py
agent/presentation/api/custom_fields.py
agent/presentation/api/serializers.py
agent/presentation/api/utils.py
agent/presentation/api/version.py
agent/presentation/api/abgw/__init__.py
agent/presentation/api/abgw/decorators.py
agent/presentation/api/abgw/endpoints.py
agent/presentation/api/abgw/schemes.py
agent/presentation/api/as15_migrate/__init__.py
agent/presentation/api/as15_migrate/decorators.py
agent/presentation/api/as15_migrate/errors.py
agent/presentation/api/as15_migrate/migration.py
agent/presentation/api/as15_migrate/schemes.py
agent/presentation/api/backend/__init__.py
agent/presentation/api/backend/decorators.py
agent/presentation/api/backend/ha.py
agent/presentation/api/backups/__init__.py
agent/presentation/api/backups/decorators.py
agent/presentation/api/backups/endpoints.py
agent/presentation/api/cluster/__init__.py
agent/presentation/api/cluster/decorators.py
agent/presentation/api/cluster/endpoints.py
agent/presentation/api/cluster/schemas.py
agent/presentation/api/css/__init__.py
agent/presentation/api/css/decorators.py
agent/presentation/api/css/endpoints.py
agent/presentation/api/css/schemas.py
agent/presentation/api/disks/__init__.py
agent/presentation/api/disks/decorators.py
agent/presentation/api/disks/endpoints.py
agent/presentation/api/disks/schemas.py
agent/presentation/api/ds/__init__.py
agent/presentation/api/ds/backward_compatibility_support.py
agent/presentation/api/ds/decorators.py
agent/presentation/api/ds/endpoints.py
agent/presentation/api/ds/serializers.py
agent/presentation/api/events/__init__.py
agent/presentation/api/events/endpoints.py
agent/presentation/api/events/schemas.py
agent/presentation/api/events/utils.py
agent/presentation/api/failover/__init__.py
agent/presentation/api/failover/decorators.py
agent/presentation/api/ha/__init__.py
agent/presentation/api/ha/decorators.py
agent/presentation/api/ha/shaman.py
agent/presentation/api/iscsi/__init__.py
agent/presentation/api/iscsi/decorators.py
agent/presentation/api/iscsi/targets.py
agent/presentation/api/iscsi/users.py
agent/presentation/api/iscsi/utils.py
agent/presentation/api/license/__init__.py
agent/presentation/api/license/acronis_license.py
agent/presentation/api/license/decorators.py
agent/presentation/api/license/endpoints.py
agent/presentation/api/mdss/__init__.py
agent/presentation/api/mdss/decorators.py
agent/presentation/api/mdss/endpoints.py
agent/presentation/api/mdss/schemas.py
agent/presentation/api/network/__init__.py
agent/presentation/api/network/bondings.py
agent/presentation/api/network/decorators.py
agent/presentation/api/network/firewall.py
agent/presentation/api/network/interfaces.py
agent/presentation/api/network/misc.py
agent/presentation/api/network/routes.py
agent/presentation/api/network/schemas.py
agent/presentation/api/network/utils.py
agent/presentation/api/network/vlans.py
agent/presentation/api/nfs/__init__.py
agent/presentation/api/nfs/cluster.py
agent/presentation/api/nfs/decorators.py
agent/presentation/api/nfs/enums.py
agent/presentation/api/nfs/serializers.py
agent/presentation/api/nfs/shares.py
agent/presentation/api/node/__init__.py
agent/presentation/api/node/decorators.py
agent/presentation/api/node/endpoints.py
agent/presentation/api/node/updater.py
agent/presentation/api/node_perforamce/__init__.py
agent/presentation/api/node_perforamce/endpoints.py
agent/presentation/api/ostor/__init__.py
agent/presentation/api/ostor/cluster.py
agent/presentation/api/ostor/decorators.py
agent/presentation/api/ostor/enums.py
agent/presentation/api/ostor/serializers.py
agent/presentation/api/performance/__init__.py
agent/presentation/api/performance/endpoints.py
agent/presentation/api/performance/schemas.py
agent/presentation/api/performance_test/__init__.py
agent/presentation/api/performance_test/endpoints.py
agent/presentation/api/register_node/__init__.py
agent/presentation/api/register_node/endpoints.py
agent/presentation/api/reports/__init__.py
agent/presentation/api/reports/decorators.py
agent/presentation/api/reports/endpoints.py
agent/presentation/api/s3/__init__.py
agent/presentation/api/s3/bucket.py
agent/presentation/api/s3/cluster.py
agent/presentation/api/s3/decorators.py
agent/presentation/api/s3/geo.py
agent/presentation/api/s3/notary_provider.py
agent/presentation/api/s3/schemas.py
agent/presentation/api/s3/serializers.py
agent/presentation/api/s3/user.py
agent/presentation/api/services/__init__.py
agent/presentation/api/services/endpoints.py
agent/presentation/api/services/utils.py
agent/presentation/api/ssh/__init__.py
agent/presentation/api/ssh/decorators.py
agent/presentation/api/stat/__init__.py
agent/presentation/api/stat/endpoints.py
agent/presentation/api/stat/schemas.py
agent/presentation/api/tasks/__init__.py
agent/presentation/api/tasks/endpoints.py
agent/presentation/api/tasks/utils.py
agent/utils/__init__.py
agent/utils/factory.py
agent/utils/functions.py
agent/utils/misc.py
agent/utils/parsers/__init__.py
agent/utils/parsers/kv/__init__.py
agent/utils/parsers/kv/factory.py
agent/utils/parsers/kv/parser.py
agent/utils/parsers/kv/result.py
agent/utils/parsers/kv/utils.py
vstorage_ui_agent.egg-info/PKG-INFO
vstorage_ui_agent.egg-info/SOURCES.txt
vstorage_ui_agent.egg-info/dependency_links.txt
vstorage_ui_agent.egg-info/not-zip-safe
vstorage_ui_agent.egg-info/requires.txt
vstorage_ui_agent.egg-info/top_level.txt