pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way to overwrite existing pmemfile pool

sarahjelinek opened this issue · comments

With other file systems such as ext4 you can overwrite(re-initialize) the fs by simply calling mkfs.ext4 ... on the partition. It assumes you want to reinitialize. This can't be done with mkfs.pmemfile. We should have an option, even if it is a'-f' to allow users to do this.