You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 0.84.2, my kurtosis-logs-storage was taking ~10GB of space:
Local Volumes space usage:
VOLUME NAME LINKS SIZE
minikube 1 924MB
kurtosis-logs-storage 2 9.277GB
I upgraded to 0.84.3:
$ kurtosis version
CLI Version: 0.84.3
To see the engine version (provided it is running): kurtosis engine status
ran kurtosis clean -a:
$ kurtosis clean -a
INFO[2023-10-10T09:16:07-03:00] Cleaning old Kurtosis engine containers...
INFO[2023-10-10T09:16:07-03:00] Successfully cleaned old Kurtosis engine containers
INFO[2023-10-10T09:16:07-03:00] Cleaning enclaves...
INFO[2023-10-10T09:16:07-03:00] Successfully cleaned enclaves
INFO[2023-10-10T09:16:07-03:00] Cleaning unused images...
INFO[2023-10-10T09:16:07-03:00] Successfully removed the following unused images:
kurtosistech/engine:0.84.2
INFO[2023-10-10T09:16:07-03:00] Successfully cleaned unused images
I now have no enclaves:
$ kurtosis enclave ls
UUID Name Status Creation Time
yet, my log volume is still enormous:
$ docker system df -v
....bunch of omitted stuff....
Local Volumes space usage:
VOLUME NAME LINKS SIZE
692ebadfc68f9f082fd4fbfd8e0a729f8374cdd7b2d24cbb4d82dd9dfd821ee8 0 39.91MB
kurtosis-logs-storage 2 9.277GB
Desired behavior
Post-0.84.3, my kurtosis-logs-storage should have shrank tremendously
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered:
## Description:
Prior to this `kurtosis clean` removed logs for existing running and
stopped enclaves. Now, `kurtosis clean -a` will get rid of all logs from
this year.
## Is this change user facing?
YES
## References
#1505
What's your CLI version?
0.84.3
Description & steps to reproduce
On 0.84.2, my
kurtosis-logs-storage
was taking ~10GB of space:I upgraded to 0.84.3:
ran
kurtosis clean -a
:I now have no enclaves:
yet, my log volume is still enormous:
Desired behavior
Post-0.84.3, my
kurtosis-logs-storage
should have shrank tremendouslyWhat is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: