X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=dss.c;h=a895019a19bac91b7ca66d46a63373ead0123c97;hp=aa8c0ea3860086bd4ca9f22b8e8c2354c3f2cc3b;hb=404aae666e5f8d7ce511639cbe4727a7f2e690cc;hpb=71d84d1ad6047d5d24cc6c74d7b1493e8a995f74 diff --git a/dss.c b/dss.c index aa8c0ea..a895019 100644 --- a/dss.c +++ b/dss.c @@ -637,6 +637,7 @@ static int try_to_free_disk_space(void) if (!low_disk_space) goto out; DSS_WARNING_LOG(("disk space low and nothing obvious to remove\n")); + why = "oldest"; victim = find_oldest_removable_snapshot(&sl); if (victim) goto remove;