blob: 7409ba1efea45aa66e9bc4f829ecd5daf3432d5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#------------------------------------------------------------------------------
# $File: pmdk,v 1.2 2017/12/11 20:00:00
# pmdk: file(1) magic for Persistent Memory Development Kit pool files
#
# The PMDK specific format of pool files.
#
# PMEM signature
0 string PMEM
>4 string POOLSET Persistent Memory Poolset file
>>11 search REPLICA with replica
# Pool type signature
>4 regex LOG|BLK|OBJ Persistent Memory Pool file, type: %s,
# Major version number
>>8 lelong >0 version 0x%x
|