My goal is to create a shared storage system for my company, and it MUST be HIPAA compliant. I want to allow designated employees to have access to specific folders/disks based on their role in the company (e.g., Executives, Directors, Managers, Employees, etc.).
I have a multi-node MicroCeph cluster with four physical machines. Ubuntu Server 24.04 installed, folowed by Ubuntu Desktop 24.04. Three machines have a dedicated nvme of 1TB, and one machine has a 1TB SSD connected to it (See summary below).
MicroCeph deployment summary:
- phoenix-srv2a-vm (192.168.0.225)
Services: osd
Disks: 1 - phoenix-srv2b-stor1 (192.168.0.226)
Services: mds, mgr, mon, osd
Disks: 1 - phoenix-srv2c-stor2 (192.168.0.227)
Services: mds, mgr, mon, osd
Disks: 1 - phoenix-srv2d-stor3 (192.168.0.228) [This one is a SSD on USB]
Services: mds, mgr, mon, osd
Disks: 1
Keeping in mind that I am novice in linux, what do I do next?
-
How do I mount these ceph disks so I can use it with mac, windows 11, ubuntu desktop users. They all need access to the shared storage.
-
How can I ensure there’s a backup in case something goes wrong?
I would appreciate some guidance.