SaaShup / netbox-docker-plugin

Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
64 stars 5 forks source link

:card_file_box: Add `max_size` field to Volume model #164

Closed linkdd closed 1 month ago

linkdd commented 1 month ago

Decision Record

We might want to be able to specify the maximum size (in MB) of a Volume so that the container cannot fill the host's disk.

Changes

lvenier commented 1 month ago

This is an interesting suggestion. Feature has been added in the agent in 0.39.0 (https://github.com/SaaShup/netbox-docker-agent/pull/141)

Deep Testing will be initiated to validated the objective and setup. Thanks for the proposal.

github-actions[bot] commented 1 month ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2489 2442 98% 90%

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: c710425 by action🐍