From 0b311ac0e4cf2d98b6086ad17fadd0a0e113fab3 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Mon, 12 Aug 2024 11:02:24 -0400 Subject: [PATCH] volumes: fifteen volumes may be attached to a Droplet --- commands/volume_actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/volume_actions.go b/commands/volume_actions.go index 7dab52e5d..cb8536b81 100644 --- a/commands/volume_actions.go +++ b/commands/volume_actions.go @@ -83,7 +83,7 @@ func VolumeAction() *Command { cmdRunVolumeAttach := CmdBuilder(cmd, RunVolumeAttach, "attach ", "Attach a volume to a Droplet", `Attaches a block storage volume to a Droplet. -You can only attach one Droplet to a volume at a time. However, you can attach up to five different volumes to a Droplet at a time. +You can only attach one Droplet to a volume at a time. However, you can attach up to fifteen different volumes to a Droplet at a time. When you attach a pre-formatted volume to Ubuntu, Debian, Fedora, Fedora Atomic, and CentOS Droplets created on or after April 26, 2018, the volume automatically mounts. On older Droplets, additional configuration is required. Visit https://docs.digitalocean.com/products/volumes/how-to/mount/ for details`, Writer, aliasOpt("a"))