Managing Container Volumes
The Volumes settings page shows a list of all volumes configured on a given container as well as a volume config for each identified volume.
To get there:
- Environments on the main, left-hand navigation.
- Select the environment from the first column.
- Containers from the horizontal navigation.
- Select the container from the list.
- Volumes tab under the container name.
Volume Config
To see information about a given volume, select it from the list of configured volumes, identified by the path the volume.
Max Size - the maximum size this volume can grow to.
Read Only - If the read only checkbox is checked this volume cannot be written to.
Storage Pool
If the server the instance is being deployed to has more than one disk and one or more of those disks are 2TB or larger, storage pool can be set to enabled to signify that the instance should create its volume from the space on larger disk.
Remote Access
If enabled, the remote access section allows the user to change information on the currently configured for volume remote access.
It's important to check if the server the instance is deployed to does not have SFTP connections enabled. If this is disabled, enable it before connecting.
Field | Description |
---|---|
Enable | Remote access is enabled. |
Algorithm | The type of algorithm used to hash the password. Currently can be Raw, SHA512, or MD5. |
Password | The hashed (or raw) password. |
Authorized IPs | Allow any IP is the default setting, but if a list of IP addresses is provided, SFTP connections will only be allowed if the origin of the request is an IP on the list. |
SFTP
It's important to note that Cycle does NOT install SFTP into the container, or modify it in any way. A secure socket connection is created between the client and the server. The central platform creates an SFTP endpoint that the client connects to, ensuring no unnecessary security vulnerabilities are created.
The SFTP credentials for a given instance are located below the instance console on the instance dashboard