From 5c6c92136753ed607826744a44e2e04cf10c9db7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Jul 2022 18:10:50 -0400 Subject: [PATCH] Update CHANGELOG.MD --- CHANGELOG.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index dbc9ee06..7874d87f 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,9 +7,10 @@ All notable changes to this project will be documented in this file. ### Changed -- **Home Assistant OS VM** +- **Home Assistant OS VM** - Present the drive to the guest as a solid-state drive rather than a rotational hard disk. There is no requirement that the underlying storage actually be backed by SSD's. - When the VM’s filesystem marks blocks as unused after deleting files, the SCSI controller will relay this information to the storage, which will then shrink the disk image accordingly. + - 👉 [more info](https://github.com/tteck/Proxmox/discussions/378) ## 2022-07-22