[pve-devel] r6412 - pve-cluster/trunk/data
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Aug 4 08:37:46 CEST 2011
Author: dietmar
Date: 2011-08-04 08:37:46 +0200 (Thu, 04 Aug 2011)
New Revision: 6412
Modified:
pve-cluster/trunk/data/README
Log:
Modified: pve-cluster/trunk/data/README
===================================================================
--- pve-cluster/trunk/data/README 2011-08-04 06:25:24 UTC (rev 6411)
+++ pve-cluster/trunk/data/README 2011-08-04 06:37:46 UTC (rev 6412)
@@ -99,15 +99,20 @@
src/dcdb.c
src/dcdb.h
-This plugin implements the distributed, replicated file system. All file system
-operations are sent over the wire.
+This plugin implements the distributed, replicated file system. All
+file system operations are sent over the wire.
src/cfs-plug-link.c
Plugin for symbolic links.
+src/cfs-plug-func.c
+Plugin to dump data returned from a function. We use this to provide
+status information (for example the .version or .vmlist files)
+
+
src/cfs-utils.c
src/cfs-utils.h
@@ -221,7 +226,7 @@
** RAM/File Based Backend
If the state is small enough we can hold all data in RAM. Then a
-'snapshot' is a simple copy of the state in RAM. Although all data is
+'snapshot' is a simple copy of the state in RAM. Although all data is
in RAM, a copy is written to the disk. The idea is that the state in
RAM is the 'correct' one. If any file/database operations fails the
saved state can become inconsistent, and the node must trigger a state
More information about the pve-devel
mailing list