Hello I wonder if I'm making an elementary mistake. I wanted to migrate /home to a new disk, so I hammer mirror-copied /pfs/home to a new disk as explained in man 5 HAMMER:
hammer mirror-copy /olddisk/pfs/home /newdisk/pfs/home This results in a read-only /newdisk/pfs/home. I tried to upgrade to master to be able to mount read-write: hammer pfs-upgrade /newdisk/pfs/home But this fails: pfs-upgrade of PFS#1 () failed: Directory not empty Can the new pfs be upgraded at all or is it that once a slave, always a slave and read-only? Cheers, Peeter --