This document discusses challenges in using persistent memory (SCM) with distributed storage systems like Gluster. It notes that SCM provides faster access than SSDs but must address latency throughout the storage stack, including network transfer times and CPU overhead. The document examines how Gluster's design amplifies lookup operations and proposes caching file metadata at clients to reduce overhead. It also suggests using SCM as a tiered cache layer and optimizing replication strategies to fully leverage the speed of SCM.