mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
Replaces 'disk'=>'drive' visible to end user (#15464)
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ func initTierDeletionJournal(ctx context.Context) (*tierJournal, error) {
|
||||
return j, nil
|
||||
}
|
||||
|
||||
return nil, errors.New("no local disk found")
|
||||
return nil, errors.New("no local drive found")
|
||||
}
|
||||
|
||||
// rotate rotates the journal. If a read-only journal already exists it does
|
||||
|
||||
Reference in New Issue
Block a user