diff --git a/docs/concepts/computing.rst b/docs/concepts/computing.rst index 98db31f93a..b6864d8b57 100644 --- a/docs/concepts/computing.rst +++ b/docs/concepts/computing.rst @@ -91,7 +91,7 @@ Interactive compute session ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Interactive compute sessions are used to run various interactive applications and development tools, -such as Jupyter Notebooks, web-based terminals, etc. +such as Jupyter Notebooks, web-based terminals, and etc. It is expected that the users control their lifecycles (e.g., terminating them) while Backend.AI offers configuration knobs for the administrators to set idle timeouts with various criteria. diff --git a/docs/concepts/configuration.rst b/docs/concepts/configuration.rst index 568eb0c99b..f7e469fd2e 100644 --- a/docs/concepts/configuration.rst +++ b/docs/concepts/configuration.rst @@ -16,7 +16,7 @@ Local config ^^^^^^^^^^^^ Each service component has a `TOML `_-based local configuration. -It defines node-specific configurations such as the agent name, the resource group where it belongs, specific system limits, the IP address and the TCP port(s) to bind their service traffic, etc. +It defines node-specific configurations such as the agent name, the resource group where it belongs, specific system limits, the IP address and the TCP port(s) to bind their service traffic, and etc. The configuration files are named after the service components, like ``manager.toml``, ``agent.toml``, and ``storage-proxy.toml``. The search paths are: the current working directory, ``~/.config/backend.ai``, and ``/etc/backend.ai``. diff --git a/docs/concepts/monitoring.rst b/docs/concepts/monitoring.rst index c5d8032519..7622e1222a 100644 --- a/docs/concepts/monitoring.rst +++ b/docs/concepts/monitoring.rst @@ -8,7 +8,7 @@ Dashboard (Enterprise only) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Backend.AI Dashboard is an add-on service that displays various real-time and historical performance metrics. -The metrics include the number of sessions, cluster power usage, GPU utilization, etc. +The metrics include the number of sessions, cluster power usage, GPU utilization, and etc. Alerts (Enterprise only) ~~~~~~~~~~~~~~~~~~~~~~~~