mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	-Fix another scenario where cache was unintentionally living beyond it's accuracy
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4087 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -1909,6 +1909,8 @@ sub getAllNodeAttribs
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    $self->_clear_cache();
 | 
			
		||||
    $self->{nodelist}->_clear_cache();
 | 
			
		||||
    $self->{_use_cache} = 0;
 | 
			
		||||
    $self->{nodelist}->{_use_cache} = 0;
 | 
			
		||||
    xCAT::NodeRange::retain_cache(0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user