Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 7454a41

Browse files
authored
feat: volumes usage quota (#347)
Signed-off-by: fabjanvucina <[email protected]>
1 parent dbc288b commit 7454a41

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

public/llms-full.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,6 +2794,10 @@ The Images Quota is the maximum number of Images that can be created in an Organ
27942794

27952795
The Total image size Quota is the maximum amount of disk space that can be used by Images in an Organization expressed in gigabytes.
27962796

2797+
## Volumes Quota
2798+
2799+
The Volumes Quota is the maximum number of Volumes that can be created in an Organization.
2800+
27972801
title: Volumes
27982802

27992803
import { Tabs, TabItem } from '@astrojs/starlight/components';

public/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
- [Disk Quota](https://daytona.io/docs/usage#disk-quota)
146146
- [Sandboxes/Running Sandboxes Quota](https://daytona.io/docs/usage#sandboxesrunning-sandboxes-quota)
147147
- [Images/Total Image Size Quota](https://daytona.io/docs/usage#imagestotal-image-size-quota)
148+
- [Volumes Quota](https://daytona.io/docs/usage#volumes-quota)
148149
- [Volumes](https://daytona.io/docs/volumes)
149150
- [Creating Volumes](https://daytona.io/docs/volumes#creating-volumes)
150151
- [Mounting Volumes to Sandboxes](https://daytona.io/docs/volumes#mounting-volumes-to-sandboxes)

public/search.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,92 +1535,100 @@
15351535
"slug": "/usage#imagestotal-image-size-quota",
15361536
"objectID": 192
15371537
},
1538+
{
1539+
"title": "Volumes Quota",
1540+
"description": "The Volumes Quota is the maximum number of Volumes that can be created in an Organization.",
1541+
"tag": "Documentation",
1542+
"url": "/docs/usage#volumes-quota",
1543+
"slug": "/usage#volumes-quota",
1544+
"objectID": 193
1545+
},
15381546
{
15391547
"title": "Volumes",
15401548
"description": "Volumes are FUSE-based mounts on the Sandbox file system that enable file sharing between Sandboxes and instant access to existing files already present on the mounted volume.",
15411549
"tag": "Documentation",
15421550
"url": "/docs/volumes",
15431551
"slug": "/volumes",
1544-
"objectID": 193
1552+
"objectID": 194
15451553
},
15461554
{
15471555
"title": "Creating Volumes",
15481556
"description": "In order to mount a volume to a Sandbox, one must be created.",
15491557
"tag": "Documentation",
15501558
"url": "/docs/volumes#creating-volumes",
15511559
"slug": "/volumes#creating-volumes",
1552-
"objectID": 194
1560+
"objectID": 195
15531561
},
15541562
{
15551563
"title": "Mounting Volumes to Sandboxes",
15561564
"description": "Once a volume is created, it can be mounted to a Sandbox by specifying it in the `CreateSandboxParams` object:",
15571565
"tag": "Documentation",
15581566
"url": "/docs/volumes#mounting-volumes-to-sandboxes",
15591567
"slug": "/volumes#mounting-volumes-to-sandboxes",
1560-
"objectID": 195
1568+
"objectID": 196
15611569
},
15621570
{
15631571
"title": "Create a new volume or get an existing one",
15641572
"description": "",
15651573
"tag": "Documentation",
15661574
"url": "/docs/volumes#create-a-new-volume-or-get-an-existing-one",
15671575
"slug": "/volumes#create-a-new-volume-or-get-an-existing-one",
1568-
"objectID": 196
1576+
"objectID": 197
15691577
},
15701578
{
15711579
"title": "Mount the volume to the sandbox",
15721580
"description": "",
15731581
"tag": "Documentation",
15741582
"url": "/docs/volumes#mount-the-volume-to-the-sandbox",
15751583
"slug": "/volumes#mount-the-volume-to-the-sandbox",
1576-
"objectID": 197
1584+
"objectID": 198
15771585
},
15781586
{
15791587
"title": "When you're done with the sandbox, you can remove it",
15801588
"description": "",
15811589
"tag": "Documentation",
15821590
"url": "/docs/volumes#when-youre-done-with-the-sandbox-you-can-remove-it",
15831591
"slug": "/volumes#when-youre-done-with-the-sandbox-you-can-remove-it",
1584-
"objectID": 198
1592+
"objectID": 199
15851593
},
15861594
{
15871595
"title": "The volume will persist even after the sandbox is removed",
15881596
"description": "",
15891597
"tag": "Documentation",
15901598
"url": "/docs/volumes#the-volume-will-persist-even-after-the-sandbox-is-removed",
15911599
"slug": "/volumes#the-volume-will-persist-even-after-the-sandbox-is-removed",
1592-
"objectID": 199
1600+
"objectID": 200
15931601
},
15941602
{
15951603
"title": "Deleting Volumes",
15961604
"description": "When a volume is no longer needed, it can be removed.",
15971605
"tag": "Documentation",
15981606
"url": "/docs/volumes#deleting-volumes",
15991607
"slug": "/volumes#deleting-volumes",
1600-
"objectID": 200
1608+
"objectID": 201
16011609
},
16021610
{
16031611
"title": "Working with Volumes",
16041612
"description": "Once mounted, you can read from and write to the volume just like any other directory in the Sandbox file system.",
16051613
"tag": "Documentation",
16061614
"url": "/docs/volumes#working-with-volumes",
16071615
"slug": "/volumes#working-with-volumes",
1608-
"objectID": 201
1616+
"objectID": 202
16091617
},
16101618
{
16111619
"title": "Limitations",
16121620
"description": "Since volumes are FUSE-based mounts, they can not be used for applications that require block storage access (like database tables).",
16131621
"tag": "Documentation",
16141622
"url": "/docs/volumes#limitations",
16151623
"slug": "/volumes#limitations",
1616-
"objectID": 202
1624+
"objectID": 203
16171625
},
16181626
{
16191627
"title": "Web Terminal",
16201628
"description": "Daytona provides a Web Terminal for interacting with your Sandboxes, allowing for a convenient way to view files, run commands, and debug.",
16211629
"tag": "Documentation",
16221630
"url": "/docs/web-terminal",
16231631
"slug": "/web-terminal",
1624-
"objectID": 203
1632+
"objectID": 204
16251633
}
16261634
]

src/content/docs/usage.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ The Running Sandboxes Quota is the maximum number of Sandboxes that can be in Ru
2727
The Images Quota is the maximum number of Images that can be created in an Organization.
2828

2929
The Total image size Quota is the maximum amount of disk space that can be used by Images in an Organization expressed in gigabytes.
30+
31+
## Volumes Quota
32+
33+
The Volumes Quota is the maximum number of Volumes that can be created in an Organization.

0 commit comments

Comments
 (0)