Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi all, just a simple question for my own curiosity. Assume a two node master-slave setup. Disk on the master fails. All reads and writes go through the slave (master remains primary). Now the disk on the primary is replaced and the full sync is started. Now let's say the sync is at 40% and a write occurs which fits into the not yet synced 60% of the disk. Ist the block now written in parallel to both nodes and marked on the primary as "already synced" or does the write affect only the slave and during the remaining sync the block is copied back to the primary? Just curious.... Thanks! Chrischan