xness
Dabbler
- Joined
- Jun 3, 2022
- Messages
- 30
Can I create a vdev or pool spanning two vdevs? – And can they share the special vdev for deduplication or does every vdev in the pool require its separate special vdev in order to function properly?
Also – I just added a mirrored special vdev to an already existing pool and checked the encrypt option, but it didn't download any key file. So I assume it uses the same keys as for the original pool configuration?
	
		
			
		
		
	
			
			Also – I just added a mirrored special vdev to an already existing pool and checked the encrypt option, but it didn't download any key file. So I assume it uses the same keys as for the original pool configuration?
Code:
root@lilith[~]# zpool status
  pool: Goliath
 state: ONLINE
  scan: scrub repaired 0B in 00:07:49 with 0 errors on Sun Jun  5 00:07:49 2022
config:
        NAME                                            STATE     READ WRITE CKSUM
        Goliath                                         ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            gptid/7a492ffe-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a57523c-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a4cccdb-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a5554d2-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a501918-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a852e97-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a4f10b4-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a1ba28a-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a52cf0d-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a4b4df4-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
        dedup
          mirror-1                                      ONLINE       0     0     0
            gptid/0d64f440-f717-11ec-890c-3cecef0f0024  ONLINE       0     0     0
            gptid/0d50f5d2-f717-11ec-890c-3cecef0f0024  ONLINE       0     0     0
errors: No known data errors
  pool: David
 state: ONLINE
  scan: scrub repaired 0B in 00:07:49 with 0 errors on Sun Jun  5 00:07:49 2022
config:
        NAME                                            STATE     READ WRITE CKSUM
        David                                           ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            gptid/7a492fce-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a5752cc-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a4ccccb-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a5554c2-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a5019c8-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
            gptid/7a852ec7-d841-11ec-92b7-3cecef0f0024  ONLINE       0     0     0
errors: No known data errors 
				 
 
		 
 
		 
			
		
	
	
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		