Bug 2005929 - [RFE] incremental send/receive for thinp
Summary: [RFE] incremental send/receive for thinp
Keywords:
Status: NEW
Alias: None
Product: LVM and device-mapper
Classification: Community
Component: lvm2
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: LVM Team
QA Contact: cluster-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-20 13:55 UTC by J. Bruce Fields
Modified: 2023-08-10 15:41 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:
pm-rhel: lvm-technical-solution?
pm-rhel: lvm-test-coverage?


Attachments (Terms of Use)

Description J. Bruce Fields 2021-09-20 13:55:55 UTC
We'd like to be able to snapshot a filesystem and distribute it over the network.

Subsequently we'd like to distribute later snapshots, with only the differences being transmitted.

Our goal is to use this to replicate read-only filesystems to multiple NFS servers, to improve reliability and aggregate bandwidth for rarely-changing data and to allow data to be moved closer to widely distributed clients.

For those purposes, it's best if NFS filehandles stay the same across replicas.  NFS filehandles depend on inode and generation numbers that aren't preserved by copying at the filesystem level, so we need either block-level or filesystem-specific tools.

thin_delta in device-mapper-persistent-data appears to be a start on this.


Note You need to log in before you can comment on or make changes to this bug.