Code Monkey home page Code Monkey logo

backy-extract's People

Contributors

ckauhaus avatar

Watchers

 avatar  avatar  avatar

backy-extract's Issues

backy-extract fills up RAM

After doing stuff on a FUSE mount for a while, backy-extract consumes all available memory and gets eventually killed by the OOM killer. A sure way to trigger this bug is to create a loop device and running xfs_repair on that.

This happens because backy-extract maintains a page cache in RAM which is filled with every page accessed at least twice in addition to pages dirtied by write operations.

Fix: Implement LRU cache eviction. Drop cached pages after consuming more than a specified fraction of the host's RAM. Keep dirty pages.

Cannot lock backup dir `'

backy-extract fails when invoked from the backup dir as pwd,

# backy-extract JBs7pis8kJgtZiT2WPuD4W >/dev/null
Error:  Cannot lock backup dir `'
Detail: Resource temporarily unavailable (os error 11)

Pre-flight check

If the restore target is a block device, b-e should check that it has the right size and fail early.

Restore during running backup not yet clean:

We fixed the lock management to use shared locks. However, backy-extract is not ready to encounter incomplete revisions:

root@patty ~ # restore-single-files services03
* Starting FUSE
Error: Invalid data in .rev file '/srv/backy/services03/WAzpkLtRMghXJVzyfY8fuC.rev'

Caused by:
    stats: missing field `duration` at line 4 column 16
* Registering loop device
losetup: /mnt/backy-fuse/services03/last: failed to set up loop device: No such file or directory

Incomplete revision files should be silently ignored (that's how backy deals with them).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.