Matt_G
Explorer
- Joined
 - Jan 24, 2016
 
- Messages
 - 65
 
My server has two pools.
MainPool and BackupPool.
I have a daily periodic snapshot task of the whole MainPool (recursive) and it is being replicated to BackupPool.
Note that I did not make any datasets on BackupPool.
The replication process made all the datasets on the BackupPool first time it ran.
Yesterday I ran a zfs get all BackupPool and noticed that readonly=off.
So I checked all the datasets and they are readonly=off as well.
I was under the impression that readonly would be on for those datasets.
Now I am thinking I should turn it on myself but thought I would ask first.
Should I?
If I do, will it break replication?
	
		
			
		
		
	
			
			MainPool and BackupPool.
I have a daily periodic snapshot task of the whole MainPool (recursive) and it is being replicated to BackupPool.
Note that I did not make any datasets on BackupPool.
The replication process made all the datasets on the BackupPool first time it ran.
Yesterday I ran a zfs get all BackupPool and noticed that readonly=off.
So I checked all the datasets and they are readonly=off as well.
I was under the impression that readonly would be on for those datasets.
Now I am thinking I should turn it on myself but thought I would ask first.
Should I?
If I do, will it break replication?