pmem Tools

The PMDK repository on GitHub is the ultimate source of information on PMDK from release 2.0! For all questions and to submit eventual issues please follow to that repository. The PMDK documentation collected here should be valid up to the 1.13.1 release but is maintained only on a best-effort basis and may not reflect the latest state of the art.

NAME

pmempool-convert - Convert pool files from old layout versions to the newest one.

SYNOPSIS

pmempool convert <file>

DESCRIPTION

The pmempool invoked with the convert command performs a conversion of the specified pool to the newest layout supported by this tool. Currently only libpmemobj(3) pools are supported. It is advised to have a backup of the pool before conversion. The conversion process is not fail-safe - power interruption may damage the pool.

EXAMPLES

pmempool convert pool.obj

# Updates pool.obj to the latest layout version.

SEE ALSO

pmempool(1) pmempool-info(1) libpmemobj(3)

PMEMPOOL

Part of the pmempool(1) suite.

The contents of this web site and the associated GitHub repositories are BSD-licensed open source.