Re: synchronous removal?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I think a cron job checking the output of df could do that.
The shell script will check if there is enough space to create a snapshot
otherwise remove a snapshot.

How about that?

On Sun, Aug 1, 2010 at 10:11 PM, K. Richard Pixley <rich@xxxxxxxx> wrote:
>  I have an application where I want to snapshot, then do something, and
> based on the result, snapshot either the result or the previous state and
> then repeat.
>
> So far, so good.  But eventually my disk fills and I want to remove the
> oldest snapshots, as many as I need to in order to make room enough for the
> next cycle.
>
> I notice that when I remove old snapshots and delete old directories, the
> free space on my disk, (according to df), doesn't rise immediately.  But
> instead, I see an active btrfs_cleaner for a while and my free space rises
> while it runs.  I'm presuming that the removed files and snapshots aren't
> fully reclaimed immediately but rather wait for something akin to a garbage
> collection much the way modern berkeley file systems do.
>
> How can I either:
>
> a) wait for the cleaner to digest the free space
> b) determine that the cleaner has digested all available free space for now,
> (if not I can sleep for a while)
> c) synchronously force the cleaner to digest available free space
> d) something else I haven't thought of yet
>
> Basically, I want to check to see if there's enough space available.  If
> not, I want to remove some things, (including at least one snapshot), wait
> for the cleaner to digest, and then start over with the checking to see if
> there's enough space available and loop until I've removed enough things
> that there is enough space available.  How can I do that on a btrfs file
> system?
>
> --rich
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Caution: breathing may be hazardous to your health.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux