Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for deleteConfig (0.08 seconds)

  1. cmd/site-replication.go

    	return nil
    }
    
    func (c *SiteReplicationSys) removeFromDisk(ctx context.Context) error {
    	objAPI := newObjectLayerFn()
    	if objAPI == nil {
    		return errServerNotInitialized
    	}
    
    	if err := deleteConfig(ctx, objAPI, getSRStateFilePath()); err != nil {
    		return err
    	}
    
    	for _, err := range globalNotificationSys.ReloadSiteReplicationConfig(ctx) {
    		replLogIf(ctx, err)
    	}
    
    	c.Lock()
    	defer c.Unlock()
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top