LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
sbctl.egg-info/PKG-INFO
sbctl.egg-info/SOURCES.txt
sbctl.egg-info/dependency_links.txt
sbctl.egg-info/entry_points.txt
sbctl.egg-info/requires.txt
sbctl.egg-info/top_level.txt
simplyblock_cli/__init__.py
simplyblock_cli/cli.py
simplyblock_cli/clibase.py
simplyblock_cli/main.py
simplyblock_core/AGENTS.md
simplyblock_core/CLAUDE.md
simplyblock_core/__init__.py
simplyblock_core/cluster_ops.py
simplyblock_core/constants.py
simplyblock_core/db_controller.py
simplyblock_core/distr_controller.py
simplyblock_core/env_var
simplyblock_core/exceptions.py
simplyblock_core/fw_api_client.py
simplyblock_core/jm_raid.py
simplyblock_core/mgmt_node_ops.py
simplyblock_core/prom_client.py
simplyblock_core/rpc_client.py
simplyblock_core/settings.py
simplyblock_core/shell_utils.py
simplyblock_core/snode_client.py
simplyblock_core/storage_node_ops.py
simplyblock_core/controllers/__init__.py
simplyblock_core/controllers/backup_controller.py
simplyblock_core/controllers/backup_events.py
simplyblock_core/controllers/cluster_events.py
simplyblock_core/controllers/device_controller.py
simplyblock_core/controllers/device_events.py
simplyblock_core/controllers/events_controller.py
simplyblock_core/controllers/fdb_backup_controller.py
simplyblock_core/controllers/fdb_backup_events.py
simplyblock_core/controllers/health_controller.py
simplyblock_core/controllers/host_auth.py
simplyblock_core/controllers/lvol_controller.py
simplyblock_core/controllers/lvol_events.py
simplyblock_core/controllers/mgmt_events.py
simplyblock_core/controllers/migration_bdev_ops.py
simplyblock_core/controllers/migration_controller.py
simplyblock_core/controllers/migration_events.py
simplyblock_core/controllers/ops_gate.py
simplyblock_core/controllers/pool_controller.py
simplyblock_core/controllers/pool_events.py
simplyblock_core/controllers/qos_controller.py
simplyblock_core/controllers/replication_policy_controller.py
simplyblock_core/controllers/snapshot_controller.py
simplyblock_core/controllers/snapshot_events.py
simplyblock_core/controllers/storage_events.py
simplyblock_core/controllers/tasks_controller.py
simplyblock_core/controllers/tasks_events.py
simplyblock_core/controllers/tcp_ports_events.py
simplyblock_core/controllers/cluster_expansion/__init__.py
simplyblock_core/controllers/cluster_expansion/executor.py
simplyblock_core/controllers/cluster_expansion/orchestrator.py
simplyblock_core/controllers/cluster_expansion/planner.py
simplyblock_core/controllers/cluster_expansion/preconditions.py
simplyblock_core/kms/__init__.py
simplyblock_core/kms/_base.py
simplyblock_core/kms/_exceptions.py
simplyblock_core/kms/_fdb.py
simplyblock_core/kms/_hcp.py
simplyblock_core/models/__init__.py
simplyblock_core/models/backup.py
simplyblock_core/models/base_model.py
simplyblock_core/models/cluster.py
simplyblock_core/models/events.py
simplyblock_core/models/hub_cooldown.py
simplyblock_core/models/hublvol.py
simplyblock_core/models/iface.py
simplyblock_core/models/job_schedule.py
simplyblock_core/models/lvol_migration.py
simplyblock_core/models/lvol_migration_group.py
simplyblock_core/models/lvol_model.py
simplyblock_core/models/lvstore_lock.py
simplyblock_core/models/mgmt_node.py
simplyblock_core/models/nvme_device.py
simplyblock_core/models/pool.py
simplyblock_core/models/port_stat.py
simplyblock_core/models/qos.py
simplyblock_core/models/replication.py
simplyblock_core/models/restart_lock.py
simplyblock_core/models/snapshot.py
simplyblock_core/models/stats.py
simplyblock_core/models/storage_node.py
simplyblock_core/release_upgrades/__init__.py
simplyblock_core/release_upgrades/jc_compression_upgrade.py
simplyblock_core/scripts/__init__.py
simplyblock_core/scripts/clean_local_storage_deploy.sh
simplyblock_core/scripts/collect_logs.py
simplyblock_core/scripts/config_docker.sh
simplyblock_core/scripts/dashboard.yml
simplyblock_core/scripts/datasource-events.yml.j2
simplyblock_core/scripts/datasource.yml
simplyblock_core/scripts/db_config_double.sh
simplyblock_core/scripts/db_config_single.sh
simplyblock_core/scripts/deploy_fdb.sh
simplyblock_core/scripts/deploy_stack.sh
simplyblock_core/scripts/docker-compose-swarm-monitoring.yml
simplyblock_core/scripts/docker-compose-swarm.yml
simplyblock_core/scripts/foundation.yml
simplyblock_core/scripts/haproxy.cfg
simplyblock_core/scripts/install_deps.sh
simplyblock_core/scripts/objstore.yml
simplyblock_core/scripts/prepare_fdb.sh
simplyblock_core/scripts/prometheus.yml.j2
simplyblock_core/scripts/restore_fdb_from_kvfiledump.py
simplyblock_core/scripts/run_ssh.sh
simplyblock_core/scripts/set_db_config.sh
simplyblock_core/scripts/stack_deploy_wait.sh
simplyblock_core/scripts/alerting/alert_resources.yaml.j2
simplyblock_core/scripts/alerting/alert_rules.yaml
simplyblock_core/scripts/alerting/event_alert_rules.yaml.j2
simplyblock_core/scripts/dashboards/cluster.json
simplyblock_core/scripts/dashboards/devices.json
simplyblock_core/scripts/dashboards/fastapi-monitoring.json
simplyblock_core/scripts/dashboards/foundationdb.json
simplyblock_core/scripts/dashboards/lvols.json
simplyblock_core/scripts/dashboards/node-exporter.json
simplyblock_core/scripts/dashboards/nodes.json
simplyblock_core/scripts/dashboards/pools.json
simplyblock_core/scripts/helpers/__init__.py
simplyblock_core/scripts/helpers/deploy_cluster.sh
simplyblock_core/scripts/helpers/destroy_cluster.sh
simplyblock_core/scripts/helpers/nvme_disconnect_by_ip.py
simplyblock_core/services/__init__.py
simplyblock_core/services/cap_monitor.py
simplyblock_core/services/capacity_and_stats_collector.py
simplyblock_core/services/device_monitor.py
simplyblock_core/services/health_check_service.py
simplyblock_core/services/hub_controller_manager.py
simplyblock_core/services/lvol_monitor.py
simplyblock_core/services/lvol_stat_collector.py
simplyblock_core/services/main_distr_event_collector.py
simplyblock_core/services/mgmt_node_monitor.py
simplyblock_core/services/new_device_discovery.py
simplyblock_core/services/replication_final_step.py
simplyblock_core/services/snapshot_monitor.py
simplyblock_core/services/snapshot_replication.py
simplyblock_core/services/spdk_http_proxy_server.py
simplyblock_core/services/storage_node_monitor.py
simplyblock_core/services/tasks_cluster_status.py
simplyblock_core/services/tasks_runner_backup.py
simplyblock_core/services/tasks_runner_backup_merge.py
simplyblock_core/services/tasks_runner_batch_migration.py
simplyblock_core/services/tasks_runner_cluster_expand.py
simplyblock_core/services/tasks_runner_failed_migration.py
simplyblock_core/services/tasks_runner_fdb_backup.py
simplyblock_core/services/tasks_runner_jc_comp.py
simplyblock_core/services/tasks_runner_lvol_migration.py
simplyblock_core/services/tasks_runner_migration.py
simplyblock_core/services/tasks_runner_new_dev_migration.py
simplyblock_core/services/tasks_runner_node_add.py
simplyblock_core/services/tasks_runner_node_removal.py
simplyblock_core/services/tasks_runner_port_allow.py
simplyblock_core/services/tasks_runner_replication_final.py
simplyblock_core/services/tasks_runner_restart.py
simplyblock_core/services/tasks_runner_sync_lvol_del.py
simplyblock_core/test/conftest.py
simplyblock_core/test/test_ana_namespace_scope.py
simplyblock_core/test/test_async_delete_poll.py
simplyblock_core/test/test_backpressure_safety_valve.py
simplyblock_core/test/test_chain_lock_scope.py
simplyblock_core/test/test_connect_path_resolution.py
simplyblock_core/test/test_del_sync_gate_release.py
simplyblock_core/test/test_delete_absent_is_done.py
simplyblock_core/test/test_failback_chain_parent.py
simplyblock_core/test/test_failover_clone_race.py
simplyblock_core/test/test_failover_snapshot_selection.py
simplyblock_core/test/test_failover_target.py
simplyblock_core/test/test_internal_snapshot_backpressure.py
simplyblock_core/test/test_internal_snapshot_scheduler.py
simplyblock_core/test/test_internal_subsystem_exemption.py
simplyblock_core/test/test_lvstore_mutation_lock.py
simplyblock_core/test/test_pool_id_or_name.py
simplyblock_core/test/test_replication_backlog_chain.py
simplyblock_core/test/test_replication_backlog_destination.py
simplyblock_core/test/test_replication_backlog_reporting.py
simplyblock_core/test/test_replication_chain_completeness.py
simplyblock_core/test/test_replication_chain_predecessor.py
simplyblock_core/test/test_replication_commit.py
simplyblock_core/test/test_replication_destination_resolution.py
simplyblock_core/test/test_replication_failback.py
simplyblock_core/test/test_replication_failback_pool.py
simplyblock_core/test/test_replication_final_step.py
simplyblock_core/test/test_replication_health.py
simplyblock_core/test/test_replication_leader_follow.py
simplyblock_core/test/test_replication_policies.py
simplyblock_core/test/test_replication_progress.py
simplyblock_core/test/test_replication_relationship_and_delete_source.py
simplyblock_core/test/test_replication_runner_resilience.py
simplyblock_core/test/test_replication_source_leader.py
simplyblock_core/test/test_shutdown_task_guard.py
simplyblock_core/test/test_snapshot_chain_target.py
simplyblock_core/test/test_snapshot_instance_handoff.py
simplyblock_core/test/test_snapshot_monitor_live_clone.py
simplyblock_core/test/test_snapshot_replication_retention.py
simplyblock_core/test/test_sync_delete_peer.py
simplyblock_core/test/test_tasks_runner_replication_final.py
simplyblock_core/test/test_transfer_hub_heal.py
simplyblock_core/test/test_utils.py
simplyblock_core/utils/__init__.py
simplyblock_core/utils/capacity.py
simplyblock_core/utils/dial_backoff.py
simplyblock_core/utils/helpers.py
simplyblock_core/utils/hublvol_reconnect.py
simplyblock_core/utils/nvme.py
simplyblock_core/utils/pci.py
simplyblock_core/utils/port_block.py
simplyblock_core/utils/rpc_budget.py
simplyblock_core/utils/secrets.py
simplyblock_core/utils/ttl_cache.py
simplyblock_core/workers/cleanup_foundationdb.py
simplyblock_web/AGENTS.md
simplyblock_web/CLAUDE.md
simplyblock_web/README.md
simplyblock_web/__init__.py
simplyblock_web/app.py
simplyblock_web/auth_middleware.py
simplyblock_web/node_configure.py
simplyblock_web/node_utils.py
simplyblock_web/node_utils_k8s.py
simplyblock_web/node_webapp.py
simplyblock_web/settings.py
simplyblock_web/utils.py
simplyblock_web/api/__init__.py
simplyblock_web/api/internal/__init__.py
simplyblock_web/api/internal/_node_info.py
simplyblock_web/api/internal/node_api_basic.py
simplyblock_web/api/internal/storage_node/__init__.py
simplyblock_web/api/internal/storage_node/docker.py
simplyblock_web/api/internal/storage_node/kubernetes.py
simplyblock_web/api/v1/__init__.py
simplyblock_web/api/v1/cluster.py
simplyblock_web/api/v1/device.py
simplyblock_web/api/v1/lvol.py
simplyblock_web/api/v1/metrics.py
simplyblock_web/api/v1/mgmt_node.py
simplyblock_web/api/v1/pool.py
simplyblock_web/api/v1/snapshot.py
simplyblock_web/api/v1/storage_node.py
simplyblock_web/api/v1/swagger_ui.py
simplyblock_web/api/v1/static/swagger.yaml
simplyblock_web/api/v2/__init__.py
simplyblock_web/api/v2/_auth.py
simplyblock_web/api/v2/_dependencies.py
simplyblock_web/api/v2/_dtos.py
simplyblock_web/api/v2/management_node.py
simplyblock_web/api/v2/meta.py
simplyblock_web/api/v2/metrics.py
simplyblock_web/api/v2/util.py
simplyblock_web/api/v2/cluster/__init__.py
simplyblock_web/api/v2/cluster/backup.py
simplyblock_web/api/v2/cluster/replication.py
simplyblock_web/api/v2/cluster/task.py
simplyblock_web/api/v2/cluster/storage_node/__init__.py
simplyblock_web/api/v2/cluster/storage_node/device.py
simplyblock_web/api/v2/cluster/storage_pool/__init__.py
simplyblock_web/api/v2/cluster/storage_pool/snapshot.py
simplyblock_web/api/v2/cluster/storage_pool/volume/__init__.py
simplyblock_web/api/v2/cluster/storage_pool/volume/replication.py
simplyblock_web/api/v2/cluster/subsystem/__init__.py
simplyblock_web/api/v2/cluster/subsystem/migration.py
simplyblock_web/static/delete.py
simplyblock_web/static/deploy.py
simplyblock_web/static/deploy_spdk.yaml
simplyblock_web/static/is_up.py
simplyblock_web/static/list_deps.py
simplyblock_web/static/openapi.json
simplyblock_web/static/rpac.yaml
simplyblock_web/static/tst.py
simplyblock_web/templates/Untitled-1.j2
simplyblock_web/templates/oc_storage_core_isolation.yaml.j2
simplyblock_web/templates/oc_storage_cpu_topology.yaml.j2
simplyblock_web/templates/storage_core_isolation.yaml.j2
simplyblock_web/templates/storage_cpu_topology.yaml.j2
simplyblock_web/templates/storage_deploy_spdk.yaml.j2
simplyblock_web/templates/storage_init_job.yaml.j2
simplyblock_web/templates/ubuntu_kernel_extra.yaml.j2
tests/__init__.py
tests/_mocks.py
tests/conftest.py
tests/conftest_proxy.py
tests/device_namespace_mock_rpc.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_activate_portblock_and_suspend_no_demote.py
tests/integration/test_activation_ana_inaccessible.py
tests/integration/test_activation_fixes.py
tests/integration/test_activation_idempotent.py
tests/integration/test_auto_restart_offline_only.py
tests/integration/test_backup.py
tests/integration/test_clone_namespace_race.py
tests/integration/test_clone_secondary_cntlid.py
tests/integration/test_cluster_duplicate_name.py
tests/integration/test_cluster_expand_orchestrator.py
tests/integration/test_cluster_expand_planner.py
tests/integration/test_cluster_suspend_recovery.py
tests/integration/test_delete_lvol_intent.py
tests/integration/test_delete_lvol_subsystem_order.py
tests/integration/test_dhchap_e2e.py
tests/integration/test_dhchap_pool_level.py
tests/integration/test_distrib_recreate_retry.py
tests/integration/test_dual_fault_tolerance.py
tests/integration/test_dual_ft_e2e.py
tests/integration/test_dual_ft_secondary_fixes.py
tests/integration/test_failover_failback_combinations.py
tests/integration/test_hublvol_reconnect_coordinator.py
tests/integration/test_integrate_new_node.py
tests/integration/test_local_kms_fdb.py
tests/integration/test_lvs_role_assignment.py
tests/integration/test_lvstore_in_creation_leak.py
tests/integration/test_multipath_repair.py
tests/integration/test_namespace_volumes.py
tests/integration/test_node_add_concurrency.py
tests/integration/test_nvmeof_security.py
tests/integration/test_nvmeof_security_e2e.py
tests/integration/test_peer_disconnect.py
tests/integration/test_port_allow_recovery.py
tests/integration/test_recreate_lvstore_abort_on_peer_rpc_failure.py
tests/integration/test_recreate_secondary_takeover_cascade.py
tests/integration/test_restart_lock.py
tests/integration/test_secondary_promotion.py
tests/integration/test_shared_placement.py
tests/integration/test_shutdown_no_suspension.py
tests/integration/test_snapshot_delete_race.py
tests/integration/test_spdk_move_executor.py
tests/integration/test_spdk_proxy_e2e.py
tests/integration/test_status_guards.py
tests/integration/test_subsystem_limit.py
tests/integration/test_tasks_runner_cluster_expand.py
tests/integration/test_tasks_runner_restart_shortcircuit.py
tests/integration/test_teardown_non_leader_lvstore.py
tests/integration/test_v1_metrics_registry.py
tests/integration/expansion_sim/__init__.py
tests/integration/expansion_sim/_rpc_sim.py
tests/integration/expansion_sim/_scenarios.py
tests/integration/expansion_sim/conftest.py
tests/integration/expansion_sim/extract_rpc_timing.py
tests/integration/expansion_sim/protocol_generator.py
tests/integration/expansion_sim/test_expand_4_to_5_ftt1.py
tests/integration/expansion_sim/test_expansion_protocols.py
tests/integration/expansion_sim/test_phase1_smoke.py
tests/integration/ftt2/__init__.py
tests/integration/ftt2/conftest.py
tests/integration/ftt2/mock_cluster.py
tests/integration/ftt2/test_hublvol_mock_rpc.py
tests/integration/ftt2/test_hublvol_paths.py
tests/integration/ftt2/test_restart_concurrent_ops.py
tests/integration/ftt2/test_restart_guards.py
tests/integration/ftt2/test_restart_peer_states.py
tests/integration/ftt2/test_restart_scenarios.py
tests/integration/migration/__init__.py
tests/integration/migration/conftest.py
tests/integration/migration/db_setup.py
tests/integration/migration/mock_rpc_server.py
tests/integration/migration/test_complex_tree.py
tests/integration/migration/test_ctl.py
tests/integration/migration/test_migration_flow.py
tests/integration/migration/test_scalability.py
tests/integration/migration/test_unit_controller.py
tests/integration/migration/test_unit_model.py
tests/integration/migration/test_unit_runner_helpers.py
tests/integration/migration/topology_loader.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_activation_gate.py
tests/unit/test_activation_growth_guard.py
tests/unit/test_ana_failover_once.py
tests/unit/test_api_dto_secrets.py
tests/unit/test_attach_already_present.py
tests/unit/test_backup_restore_node_selection.py
tests/unit/test_blank_id_lookups.py
tests/unit/test_cancel_pending_node_restart_tasks.py
tests/unit/test_capacity_churn_soak.py
tests/unit/test_classify_existing_endpoint_record.py
tests/unit/test_cli_replication_policies.py
tests/unit/test_cli_secret_args.py
tests/unit/test_client_secret_logging.py
tests/unit/test_cluster_snapshot_utilization.py
tests/unit/test_cluster_spdk_sizing.py
tests/unit/test_cluster_state_object_op_gate.py
tests/unit/test_cluster_status_predicates.py
tests/unit/test_cntlid_windows.py
tests/unit/test_connect_device_no_detach.py
tests/unit/test_connect_hublvol_lvs_node.py
tests/unit/test_cp_latency_fixes.py
tests/unit/test_cpu_stat_collection.py
tests/unit/test_data_plane_quorum.py
tests/unit/test_device_flap_counter.py
tests/unit/test_device_self_repair.py
tests/unit/test_dial_backoff.py
tests/unit/test_display_helpers.py
tests/unit/test_distr_cluster_map_weight.py
tests/unit/test_distr_event_grouping.py
tests/unit/test_distrib_priority_over_alceml.py
tests/unit/test_drain_replaced_with_fixed_sleep.py
tests/unit/test_effective_capacity.py
tests/unit/test_expansion_preconditions.py
tests/unit/test_failure_domain.py
tests/unit/test_fd_dead_recovery.py
tests/unit/test_fd_topology_policy.py
tests/unit/test_fence_deadline.py
tests/unit/test_ftt_protection.py
tests/unit/test_graceful_shutdown_sweep.py
tests/unit/test_health_check_sweep_gate.py
tests/unit/test_host_connect_auth.py
tests/unit/test_hublvol.py
tests/unit/test_hublvol_failover_path_repair.py
tests/unit/test_hublvol_multipath_policy.py
tests/unit/test_hublvol_repair_connects.py
tests/unit/test_hublvol_role_assignment.py
tests/unit/test_imports.py
tests/unit/test_jm_event_collector.py
tests/unit/test_jm_raid.py
tests/unit/test_jm_raid_stack.py
tests/unit/test_jm_rep_wait.py
tests/unit/test_latency_outlier.py
tests/unit/test_leaderless_recovery.py
tests/unit/test_lifecycle_alert_events.py
tests/unit/test_lvol_ns_removal_confirmation.py
tests/unit/test_lvol_nsid_consistency.py
tests/unit/test_lvol_poller_jc_colocation.py
tests/unit/test_lvol_registration_and_detach.py
tests/unit/test_lvol_resize_pool_cap.py
tests/unit/test_lvol_sync_op_task.py
tests/unit/test_lvstore_mutation_lock.py
tests/unit/test_max_subsystems_cap.py
tests/unit/test_missing_namespace_path_loss.py
tests/unit/test_namespace_matches.py
tests/unit/test_no_leader_fail_fast.py
tests/unit/test_no_unfiltered_get_bdevs.py
tests/unit/test_node_online_device_readmit.py
tests/unit/test_node_removal.py
tests/unit/test_ns_slot_txn.py
tests/unit/test_object_limit_per_lvstore.py
tests/unit/test_object_ops_gate.py
tests/unit/test_parse_distr_cluster_map.py
tests/unit/test_pool_set_size_args.py
tests/unit/test_port_allocation.py
tests/unit/test_port_allow_recovery_refactor.py
tests/unit/test_probe_batching.py
tests/unit/test_reassign_l_cores_for_restart.py
tests/unit/test_remote_dev_reconcile.py
tests/unit/test_repair_fanout.py
tests/unit/test_repair_gating.py
tests/unit/test_restart_claim.py
tests/unit/test_restart_connect_hardening.py
tests/unit/test_restart_cpu_fixes.py
tests/unit/test_restart_does_not_rederive_core_roles.py
tests/unit/test_restart_gate_phases.py
tests/unit/test_rollback_sync_delete_all_peers.py
tests/unit/test_rpc_budget.py
tests/unit/test_secret_redaction.py
tests/unit/test_secrets.py
tests/unit/test_shared_placement_migration.py
tests/unit/test_snapshot_capacity_admission.py
tests/unit/test_snapshot_monitor_phase2.py
tests/unit/test_soak_outage_gap.py
tests/unit/test_spdk_process_is_up.py
tests/unit/test_spdk_proxy_unit.py
tests/unit/test_stale_restart_phase.py
tests/unit/test_storage_deploy_template.py
tests/unit/test_storage_node_legacy_stack_fields.py
tests/unit/test_subsystem_limits.py
tests/unit/test_task_lease.py
tests/unit/test_ucs_debounce_bound.py
tests/unit/test_write_protection_v2.py
tests/unit/models/__init__.py
tests/unit/models/test_base_model.py
tests/unit/models/test_chunked_read.py
tests/unit/models/test_mutable_defaults.py
tests/unit/models/test_replication_models.py
tests/unit/models/test_secrets.py
tests/unit/rpc/__init__.py
tests/unit/rpc/test_client.py
tests/unit/rpc/test_retry.py
tests/unit/rpc/test_subsystem_add_ns_idempotent.py
tests/unit/web/__init__.py
tests/unit/web/api/__init__.py
tests/unit/web/api/test_settings.py
tests/unit/web/api/v1/__init__.py
tests/unit/web/api/v1/test_secret_serialization.py
tests/unit/web/api/v2/__init__.py
tests/unit/web/api/v2/_factories.py
tests/unit/web/api/v2/conftest.py
tests/unit/web/api/v2/test_auth.py
tests/unit/web/api/v2/test_backup_endpoints.py
tests/unit/web/api/v2/test_cluster_endpoints.py
tests/unit/web/api/v2/test_device_endpoints.py
tests/unit/web/api/v2/test_management_node_endpoints.py
tests/unit/web/api/v2/test_meta_endpoints.py
tests/unit/web/api/v2/test_metrics_endpoint.py
tests/unit/web/api/v2/test_migration_endpoints.py
tests/unit/web/api/v2/test_replication_endpoints.py
tests/unit/web/api/v2/test_snapshot_endpoints.py
tests/unit/web/api/v2/test_storage_node_endpoints.py
tests/unit/web/api/v2/test_storage_pool_endpoints.py
tests/unit/web/api/v2/test_task_endpoints.py
tests/unit/web/api/v2/test_volume_endpoints.py
tests/unit/web/api/v2/test_volume_replication_endpoints.py