SOLVED Alert about 'New feature flags'

Status
Not open for further replies.

sdspieg

Contributor
Joined
Aug 6, 2012
Messages
168
I just used the upgrade option from the webgui and it worked like a charm. But I now get a yellow light-error saying: "WARNING: New feature flags are available for volume StephanNAS. Refer to the "Upgrading a ZFS Pool" section of the User Guide for instructions." I did upgrade the pool when I installed the beta. So what does that error actually mean and what should I do to get the green light back? Thanks
 

Apollo

Wizard
Joined
Jun 13, 2013
Messages
1,458
If you query the status of the pool in the shell, then it will show you whether the pool has indeed been upgraded(By not telling you it needs upgrading). It is possible you are confusing Freenas upgrade versus ZPOOL upgrade.
If you did everything right, then refresh you GUI. Could simply be a delay thing on the GUI side.
 

sdspieg

Contributor
Joined
Aug 6, 2012
Messages
168
Code:
[root@freenas ~]# zpool status                                                                                                     
  pool: StephanNAS                                                                                                                 
state: ONLINE                                                                                                                     
status: Some supported features are not enabled on the pool. The pool can                                                          
        still be used, but some features are unavailable.                                                                          
action: Enable all features using 'zpool upgrade'. Once this is done,                                                              
        the pool may no longer be accessible by software that does not support                                                     
        the features. See zpool-features(7) for details.                                                                           
  scan: scrub repaired 0 in 8h36m with 0 errors on Sun Nov  2 08:36:31 2014                                                        
config:                                                                                                                            
                                                                                                                                   
        NAME                                            STATE     READ WRITE CKSUM                                                 
        StephanNAS                                      ONLINE       0     0     0                                                 
          raidz2-0                                      ONLINE       0     0     0                                                 
            gptid/4bff23bd-ee3c-11e3-b93e-3085a943b0e3  ONLINE       0     0     0                                                 
            gptid/79990993-a937-11e3-b8f6-3085a943b0e3  ONLINE       0     0     0                                                 
            gptid/7a04e90f-a937-11e3-b8f6-3085a943b0e3  ONLINE       0     0     0                                                 
            gptid/7a80ac14-a937-11e3-b8f6-3085a943b0e3  ONLINE       0     0     0                                                 
                                                                                                                                   
errors: No known data errors                                                                                                       
                                                                                                                                   
  pool: freenas-boot                                                                                                               
state: ONLINE                                                                                                                     
  scan: scrub repaired 0 in 0h1m with 0 errors on Fri Nov 28 23:31:28 2014                                                         
config:                                                                                                                            
                                                                                                                                   
        NAME                                          STATE     READ WRITE CKSUM                                                   
        freenas-boot                                  ONLINE       0     0     0                                                   
          gptid/09148889-6ccb-11e4-a72f-3085a943b0e3  ONLINE       0     0     0                                                   
                                                                                                                                   
errors: No known data errors                                                                                                       
[root@freenas ~]# zpool upgrade                                                                                                    
This system supports ZFS pool feature flags.                                                                                       
                                                                                                                                   
All pools are formatted using feature flags.                                                                                       
                                                                                                                                   
                                                                                                                                   
Some supported features are not enabled on the following pools. Once a                                                             
feature is enabled the pool may become incompatible with software                                                                  
that does not support the feature. See zpool-features(7) for details.                                                              
                                                                                                                                   
POOL  FEATURE                                                                                                                      
---------------                                                                                                                    
StephanNAS                                                                                                                         
      large_blocks                                                                                                                 
                     
 

Apollo

Wizard
Joined
Jun 13, 2013
Messages
1,458
Pool StephanNAS has not been upgraded. If you don't intend on reverting your pool back to 9.2.1.x, then you can upgrade the pool, otherwise I would leave it for now until the Release version of Freenas 9.3 .

You can check the Oracle procedure on the upgrade:
https://docs.oracle.com/cd/E19253-01/819-5461/gcikw/index.html
 
Status
Not open for further replies.
Top