mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Add sighup, sigusr2 into trapping code, to trap signals for reloading configuration.
Need to still figure out a way of graceful restarts - gave facebookgo/httpdown a shot, but it is not suitable.
This commit is contained in:
@@ -23,8 +23,9 @@ type DonutService struct{}
|
||||
|
||||
// DonutArgs collections of disks and name to initialize donut
|
||||
type DonutArgs struct {
|
||||
Name string
|
||||
Disks []string
|
||||
MaxSize int64
|
||||
Name string
|
||||
Disks []string
|
||||
}
|
||||
|
||||
// Reply reply for successful or failed Set operation
|
||||
|
||||
Reference in New Issue
Block a user