16 lines
496 B
Plaintext
16 lines
496 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $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
|