You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmem
I'm currently using libpmemobj to use NVM as a transactional object store.
What is puzzling me is that there exists a pmemobj_create() to create a transactional pool, pmemobj_open() and pmemobj_close() to open/close (attach/detatch) the pool, but I couldn't find any corresponding method to delete/destroy the pool when it is no longer needed!
Is destroying a pool currently only supported through the pmempool tool?
R. David Murray
unread,
Oct 3, 2016, 9:34:31 AM10/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmem
It also looks like a file, so just close it and use normal file
operations to delete the file.