Depends on the size parameter of the pools used.
If the pools use a size/min-size of 4/2, then you should be fine, since there are still two copies available. But with a size=3, you will most likely have some PGs that had 2 of their 3 replicas on the two nodes that failed -> only one replica left, less than the min-size=2 and therefore the pool is IO blocked until at least 2 replicas are recovered.
Additionally, you need to look at how many MONs you have lost. They always need a quorum (majority). so if 2 out of 3 MONs are gone or 2 out of 4, your cluster will not work until you get these MONs back up or remove them from the Ceph Config and the monmap. The latter is
quite the procedure.Than