X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=dss.c;h=ecd6ac35273c5fb04ab55fda8243204094532e86;hp=3e626ab0113b1890277da115ea6c735dbdb690d7;hb=e64460eb7c840399e46fc54da3b348fee33e550d;hpb=dead9f9151ae2cf14c45e87742284e165976e8c0 diff --git a/dss.c b/dss.c index 3e626ab..ecd6ac3 100644 --- a/dss.c +++ b/dss.c @@ -729,6 +729,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;