[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[linux-lvm] Metadata Header->size
- From: Tejas Sumant <tejas sumant gmail com>
- To: linux-lvm redhat com
- Subject: [linux-lvm] Metadata Header->size
- Date: Wed, 25 Mar 2009 18:13:08 +0530
I have question about metadat area size.
/* On disk */
/* Structure size limited to one sector */
struct mda_header {
uint32_t checksum_xl; /* Checksum of rest of mda_header */
char magic[16]; /* To aid scans for metadata */
uint32_t version;
uint64_t start; /* Absolute start byte of mda_header */
uint64_t size; /* Size of metadata area */
<------------------------------
struct rawLocn raw_locns[0]; /* NULL-terminated list */
};
The size mentioned in metadata header includes precommitted metadata
area(raw_locn[1]) or it excludes?
thanks.
--
Tejas Sumant
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]