Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A documented feature to disable CVAT Analytics #8612

Open
2 tasks done
scotgopal opened this issue Oct 30, 2024 · 0 comments
Open
2 tasks done

A documented feature to disable CVAT Analytics #8612

scotgopal opened this issue Oct 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@scotgopal
Copy link

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Is your feature request related to a problem? Please describe.

I would like to reduce the resource usage of CVAT and also resolve the issue I have with cvat_vector container not starting, by completely disabling analytics.

[2024-10-30 07:59:19][neura_cvat] Starting Neura CVAT ...
 Network neura_cvat_cvat  Creating
 Network neura_cvat_cvat  Created
 Volume "neura_cvat_cvat_db"  Creating
 Volume "neura_cvat_cvat_db"  Created
 Volume "neura_cvat_cvat_cache_db"  Creating
 Volume "neura_cvat_cvat_cache_db"  Created
 Volume "neura_cvat_cvat_data"  Creating
 Volume "neura_cvat_cvat_data"  Created
 Volume "neura_cvat_cvat_keys"  Creating
 Volume "neura_cvat_cvat_keys"  Created
 Volume "neura_cvat_cvat_logs"  Creating
 Volume "neura_cvat_cvat_logs"  Created
 Volume "neura_cvat_cvat_inmem_db"  Creating
 Volume "neura_cvat_cvat_inmem_db"  Created
 Volume "neura_cvat_cvat_events_db"  Creating
 Volume "neura_cvat_cvat_events_db"  Created
 Container cvat_db  Creating
 Container nuclio  Creating
 Container traefik  Creating
 Container cvat_opa  Creating
 Container cvat_clickhouse  Creating
 Container cvat_grafana  Creating
 Container cvat_redis_ondisk  Creating
 Container cvat_redis_inmem  Creating
 Container traefik  Created
 Container cvat_grafana  Created
 Container cvat_opa  Created
 Container nuclio  Created
 Container cvat_db  Created
 Container cvat_redis_inmem  Created
 Container cvat_redis_ondisk  Created
 Container cvat_clickhouse  Created
 Container cvat_vector  Creating
 Container cvat_utils  Creating
 Container cvat_worker_analytics_reports  Creating
 Container cvat_server  Creating
 Container cvat_worker_import  Creating
 Container cvat_worker_webhooks  Creating
 Container cvat_worker_quality_reports  Creating
 Container cvat_worker_export  Creating
 Container cvat_worker_annotation  Creating
 Container cvat_vector  Created
 Container cvat_worker_export  Created
 Container cvat_worker_analytics_reports  Created
 Container cvat_worker_webhooks  Created
 Container cvat_worker_quality_reports  Created
 Container cvat_worker_import  Created
 Container cvat_worker_annotation  Created
 Container cvat_utils  Created
 Container cvat_server  Created
 Container cvat_ui  Creating
 Container cvat_ui  Created
 Container cvat_grafana  Starting
 Container nuclio  Starting
 Container cvat_redis_ondisk  Starting
 Container traefik  Starting
 Container cvat_opa  Starting
 Container cvat_redis_inmem  Starting
 Container cvat_clickhouse  Starting
 Container cvat_db  Starting
 Container cvat_grafana  Started
 Container cvat_opa  Started
 Container cvat_redis_ondisk  Started
 Container traefik  Started
 Container nuclio  Started
 Container cvat_redis_inmem  Started
 Container cvat_clickhouse  Started
 Container cvat_vector  Starting
 Container cvat_db  Started
 Container cvat_worker_annotation  Starting
 Container cvat_server  Starting
 Container cvat_utils  Starting
 Container cvat_worker_import  Starting
 Container cvat_worker_export  Starting
 Container cvat_worker_analytics_reports  Starting
 Container cvat_worker_quality_reports  Starting
 Container cvat_worker_webhooks  Starting
 Container cvat_worker_import  Started
 Container cvat_worker_export  Started
 Container cvat_utils  Started
 Container cvat_server  Started
 Container cvat_worker_webhooks  Started
 Container cvat_worker_analytics_reports  Started
 Container cvat_worker_quality_reports  Started
 Container cvat_worker_annotation  Started
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/home/neura_ai/neura/perception_ws/src/neura_cvat/components/analytics/vector/vector.toml" to rootfs at "/etc/vector/vector.toml": create mount destination for /etc/vector/vector.toml mount: cannot mkdir in /var/lib/docker/overlay2/2e3ae68f60ebd80d2f46e2ad30a190695a7c0642523ba1a2d3a2c9b6117647f5/merged/etc/vector/vector.toml: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
[2024-10-30 08:14:26][neura_cvat] Received SIGINT signal. Performing cleanup.

Describe the solution you'd like

A guide to disable CVAT Analytics.

Describe alternatives you've considered

No response

Additional context

I have already read the issue #6863, however it seems like there is no indication that the steps mentioned there works + the suggested steps to disable analytics are not documented.

@scotgopal scotgopal added the enhancement New feature or request label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant