2024-11-06 07:14:59 +00:00
{
"name" : "Proxmox VE LXC Filesystem Trim" ,
"slug" : "fstrim" ,
"categories" : [
1
] ,
"date_created" : "2024-04-29" ,
"type" : "misc" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
2024-12-13 14:24:14 +00:00
"documentation" : "https://github.com/community-scripts/ProxmoxVE/discussions/805" ,
2024-11-06 07:14:59 +00:00
"website" : null ,
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg" ,
2024-12-13 14:24:14 +00:00
"description" : "This maintains SSD performance by managing unused blocks. Thin-provisioned storage systems also require management to prevent unnecessary storage use. VMs automate fstrim, while LXC containers need manual or automated fstrim processes for optimal performance." ,
2024-11-06 07:14:59 +00:00
"install_methods" : [
{
"type" : "default" ,
"script" : "misc/fstrim.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Execute within the Proxmox shell" ,
2024-12-13 14:24:14 +00:00
"type" : "info"
} ,
{
"text" : "This is designed to work with SSDs on ext4 filesystems only." ,
2024-11-06 07:14:59 +00:00
"type" : "warning"
}
]
}