From 2abc9e0d91094fdfbf4927347fc8653cd6339c53 Mon Sep 17 00:00:00 2001 From: gojoy <729324352@qq.com> Date: Sat, 17 Mar 2018 21:30:28 +0800 Subject: [PATCH] add args --- api/grpc/server/server.go | 2 + api/grpc/types/api.pb.go | 375 +++++++++--------- api/grpc/types/api.proto | 2 + ctr/migration.go | 19 +- supervisor/migration.go | 25 +- supervisor/migration/lazycopydir/manager.go | 3 +- .../migration/lazycopydir/replicator.go | 8 +- supervisor/migration/preMigration.go | 66 +-- supervisor/migration/remoteMigration.go | 3 +- supervisor/preMigration.go | 4 +- 10 files changed, 267 insertions(+), 240 deletions(-) diff --git a/api/grpc/server/server.go b/api/grpc/server/server.go index e6bd243..f9e22ec 100644 --- a/api/grpc/server/server.go +++ b/api/grpc/server/server.go @@ -505,6 +505,7 @@ func (s *apiServer) Migration(ctx context.Context, r *types.MigrationRequest) (* e := &supervisor.MigrationTask{} e.WithContext(ctx) e.Id = r.Id + e.Args = r.Args e.TargetMachine = struct { Host string Port uint32 @@ -524,6 +525,7 @@ func (s *apiServer) PreMigration(ctx context.Context, r *types.PreMigrationReque e.Cname = r.CName e.SrcIp = r.SrcIp e.UpperId = r.Upperid + e.Args = r.Args for _, v := range r.Vol { e.Vol = append(e.Vol, struct { Src string diff --git a/api/grpc/types/api.pb.go b/api/grpc/types/api.pb.go index dddeb82..b2b45a8 100644 --- a/api/grpc/types/api.pb.go +++ b/api/grpc/types/api.pb.go @@ -91,6 +91,7 @@ type PreMigrationRequest struct { CName string `protobuf:"bytes,4,opt,name=cName" json:"cName,omitempty"` SrcIp string `protobuf:"bytes,5,opt,name=srcIp" json:"srcIp,omitempty"` Upperid string `protobuf:"bytes,6,opt,name=upperid" json:"upperid,omitempty"` + Args []string `protobuf:"bytes,7,rep,name=args" json:"args,omitempty"` } func (m *PreMigrationRequest) Reset() { *m = PreMigrationRequest{} } @@ -140,6 +141,13 @@ func (m *PreMigrationRequest) GetUpperid() string { return "" } +func (m *PreMigrationRequest) GetArgs() []string { + if m != nil { + return m.Args + } + return nil +} + type Volumes struct { Src string `protobuf:"bytes,1,opt,name=src" json:"src,omitempty"` Dst string `protobuf:"bytes,2,opt,name=dst" json:"dst,omitempty"` @@ -175,6 +183,7 @@ func (*PreMigrationResponse) Descriptor() ([]byte, []int) { return fileDescripto type MigrationRequest struct { Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"` Targetmachine *TargetMachine `protobuf:"bytes,2,opt,name=targetmachine" json:"targetmachine,omitempty"` + Args []string `protobuf:"bytes,3,rep,name=args" json:"args,omitempty"` } func (m *MigrationRequest) Reset() { *m = MigrationRequest{} } @@ -196,6 +205,13 @@ func (m *MigrationRequest) GetTargetmachine() *TargetMachine { return nil } +func (m *MigrationRequest) GetArgs() []string { + if m != nil { + return m.Args + } + return nil +} + type MigrationResponse struct { } @@ -2652,183 +2668,184 @@ var _API_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("api.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 2844 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x1a, 0x4d, 0x6f, 0x1c, 0x49, - 0x35, 0x33, 0xd3, 0xf6, 0x78, 0xde, 0xcc, 0xf8, 0xa3, 0xec, 0xd8, 0x9d, 0x49, 0x36, 0xf1, 0xb6, - 0x16, 0x36, 0xc0, 0xe2, 0x0d, 0xce, 0x2e, 0x44, 0xbb, 0x12, 0x22, 0x71, 0x96, 0xc5, 0x6c, 0x9c, - 0x9d, 0x6d, 0xdb, 0x1b, 0x21, 0x21, 0x46, 0xed, 0xee, 0xca, 0x4c, 0xe1, 0x9e, 0xee, 0xde, 0xea, - 0x6a, 0x7b, 0x7c, 0xd9, 0x03, 0x07, 0xb8, 0xc1, 0x15, 0x89, 0x23, 0x37, 0x38, 0x73, 0x80, 0x3f, - 0x80, 0xc4, 0x0f, 0x41, 0xe2, 0x1f, 0x20, 0x4e, 0xa8, 0x3e, 0xbb, 0x7a, 0x3e, 0x9c, 0x2c, 0x12, - 0xe2, 0xc2, 0x65, 0x54, 0xef, 0xd5, 0xfb, 0xaa, 0x57, 0xef, 0xbd, 0x7a, 0x55, 0x3d, 0xd0, 0x0a, - 0x32, 0xb2, 0x97, 0xd1, 0x94, 0xa5, 0x68, 0x89, 0x5d, 0x65, 0x38, 0xef, 0xdd, 0x1b, 0xa6, 0xe9, - 0x30, 0xc6, 0xef, 0x0a, 0xe4, 0x59, 0xf1, 0xf2, 0x5d, 0x46, 0xc6, 0x38, 0x67, 0xc1, 0x38, 0x93, - 0x74, 0xde, 0x1f, 0x6b, 0xb0, 0xd9, 0xa7, 0xf8, 0x88, 0x0c, 0x69, 0xc0, 0x48, 0x9a, 0xf8, 0xf8, - 0x8b, 0x02, 0xe7, 0x0c, 0xad, 0x42, 0x9d, 0x44, 0x6e, 0x6d, 0xb7, 0x76, 0xbf, 0xe5, 0xd7, 0x49, - 0x84, 0xee, 0x40, 0x8b, 0x8c, 0x83, 0x21, 0x7e, 0x1e, 0x8c, 0xb1, 0x5b, 0x17, 0xe8, 0x12, 0x81, - 0x76, 0xa1, 0x71, 0x91, 0xc6, 0x6e, 0x63, 0xb7, 0x71, 0xbf, 0xbd, 0xbf, 0xba, 0x27, 0x74, 0xef, - 0x7d, 0x9e, 0xc6, 0xc5, 0x18, 0xe7, 0x3e, 0x9f, 0x42, 0x5b, 0xb0, 0x14, 0x0a, 0x5e, 0x47, 0xf0, - 0x4a, 0x80, 0x63, 0x73, 0x1a, 0x1e, 0x66, 0xee, 0x92, 0xc4, 0x0a, 0x00, 0xb9, 0xd0, 0x2c, 0xb2, - 0x0c, 0x53, 0x12, 0xb9, 0xcb, 0x02, 0xaf, 0x41, 0xef, 0xdb, 0xd0, 0x54, 0x52, 0xd1, 0x3a, 0x34, - 0x72, 0x1a, 0x2a, 0x0b, 0xf9, 0x90, 0x63, 0xa2, 0x9c, 0x29, 0xe3, 0xf8, 0xd0, 0xdb, 0x86, 0xad, - 0xea, 0xda, 0xf2, 0x2c, 0x4d, 0x72, 0xec, 0xfd, 0x0c, 0xd6, 0x5f, 0xb9, 0xe0, 0x0f, 0xa0, 0xcb, - 0x02, 0x3a, 0xc4, 0x6c, 0x1c, 0x84, 0x23, 0x92, 0xc8, 0x45, 0xb7, 0xf7, 0xb7, 0xd4, 0xe2, 0x4e, - 0xc4, 0xdc, 0x91, 0x9c, 0xf3, 0xab, 0xa4, 0xde, 0x26, 0x6c, 0xcc, 0x2a, 0x7d, 0x08, 0xdd, 0x0a, - 0x93, 0xd0, 0x98, 0x19, 0x8d, 0x19, 0x42, 0xe0, 0x64, 0x29, 0x95, 0x0b, 0xe8, 0xfa, 0x62, 0xec, - 0xdd, 0x82, 0x9d, 0x8f, 0x31, 0x3b, 0xc6, 0xf4, 0x02, 0xd3, 0xcf, 0x31, 0xcd, 0x4b, 0x83, 0xbd, - 0x09, 0xb8, 0xb3, 0x53, 0x52, 0x17, 0xf7, 0xeb, 0x38, 0xf8, 0x79, 0x4a, 0x85, 0xf4, 0xae, 0x2f, - 0x01, 0x81, 0x25, 0x49, 0x4a, 0x95, 0x06, 0x09, 0x70, 0x6c, 0x16, 0xb0, 0x70, 0xe4, 0x36, 0x24, - 0x56, 0x00, 0xa8, 0x07, 0x2b, 0x14, 0x5f, 0x10, 0x2e, 0x55, 0x6d, 0x99, 0x81, 0xbd, 0x5f, 0xd6, - 0x60, 0xeb, 0x34, 0x8b, 0x02, 0x86, 0xfb, 0x34, 0x0d, 0x71, 0x9e, 0x2f, 0xf2, 0xe1, 0x3a, 0x34, - 0x32, 0x12, 0xe9, 0x1d, 0xc9, 0x48, 0x84, 0xee, 0x02, 0x84, 0x71, 0x9a, 0xe3, 0x63, 0x16, 0x91, - 0x44, 0x68, 0x5c, 0xf1, 0x2d, 0x0c, 0x37, 0xe6, 0x92, 0x44, 0x6c, 0x24, 0x74, 0x76, 0x7d, 0x09, - 0xa0, 0x6d, 0x58, 0x1e, 0x61, 0x32, 0x1c, 0x31, 0x11, 0x27, 0x5d, 0x5f, 0x41, 0xde, 0x0e, 0xdc, - 0x9c, 0xb2, 0x43, 0xf9, 0xfa, 0x6f, 0x75, 0xd8, 0x3e, 0xa0, 0x38, 0x60, 0xf8, 0x20, 0x4d, 0x58, - 0x40, 0x12, 0x4c, 0x17, 0xd9, 0x78, 0x17, 0xe0, 0xac, 0x48, 0xa2, 0x18, 0xf7, 0x03, 0x36, 0x52, - 0xa6, 0x5a, 0x18, 0x61, 0xf1, 0x08, 0x87, 0xe7, 0x59, 0x4a, 0x12, 0x26, 0x2c, 0x6e, 0xf9, 0x16, - 0x46, 0x84, 0xb0, 0x58, 0x8c, 0x0a, 0x6c, 0x01, 0x70, 0x8b, 0x73, 0x16, 0xa5, 0x05, 0x53, 0x91, - 0xad, 0x20, 0x85, 0xc7, 0x94, 0xaa, 0xc8, 0x56, 0x10, 0xc7, 0xc7, 0xc1, 0x19, 0x8e, 0x73, 0xb7, - 0xb9, 0xdb, 0xe0, 0x78, 0x09, 0xa1, 0x5d, 0x68, 0x27, 0x69, 0x9f, 0x5c, 0xa4, 0xcc, 0x4f, 0x53, - 0xe6, 0xae, 0x08, 0x87, 0xd9, 0x28, 0x9e, 0x2c, 0xb4, 0x48, 0x78, 0x5a, 0xbb, 0x2d, 0x99, 0x2c, - 0x0a, 0xe4, 0xbc, 0x6a, 0xf8, 0x98, 0x0e, 0x73, 0x17, 0x84, 0x60, 0x1b, 0x85, 0xde, 0x82, 0x6e, - 0xb9, 0x92, 0xa7, 0x84, 0xba, 0x6d, 0x21, 0xa1, 0x8a, 0xf4, 0x0e, 0x61, 0x67, 0xc6, 0x97, 0x2a, - 0xce, 0xf6, 0xa0, 0x15, 0x6a, 0xa4, 0xf0, 0x69, 0x7b, 0x7f, 0x5d, 0x25, 0x48, 0x49, 0x5c, 0x92, - 0x78, 0x87, 0xd0, 0x3d, 0x26, 0xc3, 0x24, 0x88, 0x5f, 0x3f, 0x62, 0xb8, 0xc7, 0x04, 0x8b, 0x8a, - 0x4f, 0x05, 0x79, 0xeb, 0xb0, 0xaa, 0x45, 0xa9, 0x4d, 0xff, 0x53, 0x03, 0x36, 0x1e, 0x47, 0xd1, - 0x2b, 0x62, 0xb2, 0x07, 0x2b, 0x0c, 0xd3, 0x31, 0xe1, 0x12, 0xeb, 0xc2, 0x9d, 0x06, 0x46, 0xf7, - 0xc0, 0x29, 0x72, 0x4c, 0x85, 0xa6, 0xf6, 0x7e, 0x5b, 0xad, 0xe4, 0x34, 0xc7, 0xd4, 0x17, 0x13, - 0x3c, 0x45, 0x03, 0xee, 0x4b, 0x47, 0xf8, 0x52, 0x8c, 0xb9, 0xc9, 0x38, 0xb9, 0x70, 0x97, 0x04, - 0x8a, 0x0f, 0x39, 0x26, 0xbc, 0xd4, 0xb5, 0x8b, 0x0f, 0xf5, 0xb2, 0x9a, 0xe5, 0xb2, 0x4c, 0xd8, - 0xac, 0xcc, 0x0f, 0x9b, 0xd6, 0x82, 0xb0, 0x81, 0x4a, 0xd8, 0x78, 0xd0, 0x09, 0x83, 0x2c, 0x38, - 0x23, 0x31, 0x61, 0x04, 0xe7, 0x6e, 0x5b, 0x18, 0x51, 0xc1, 0xa1, 0xfb, 0xb0, 0x16, 0x64, 0x59, - 0x40, 0xc7, 0x29, 0xed, 0xd3, 0xf4, 0x25, 0x89, 0xb1, 0xdb, 0x11, 0x42, 0xa6, 0xd1, 0x5c, 0x5a, - 0x8e, 0x63, 0x92, 0x14, 0x93, 0x67, 0x3c, 0xfa, 0xdc, 0xae, 0x20, 0xab, 0xe0, 0xb8, 0xb4, 0x24, - 0x7d, 0x8e, 0x2f, 0xfb, 0x94, 0x5c, 0x90, 0x18, 0x0f, 0x71, 0xee, 0xae, 0x0a, 0x2f, 0x4e, 0xa3, - 0xd1, 0xdb, 0xd0, 0xa4, 0x31, 0x19, 0x13, 0x96, 0xbb, 0x6b, 0xe2, 0x5c, 0xe8, 0x2a, 0x7f, 0xfa, - 0x02, 0xeb, 0xeb, 0x59, 0xef, 0x29, 0x2c, 0x4b, 0x14, 0x77, 0x2f, 0x27, 0x51, 0xbb, 0x25, 0xc6, - 0x1c, 0x97, 0xa7, 0x2f, 0x65, 0x55, 0x74, 0x7c, 0x31, 0xe6, 0xb8, 0x51, 0x40, 0x23, 0xb1, 0x4f, - 0x8e, 0x2f, 0xc6, 0x9e, 0x0f, 0x0e, 0xdf, 0x28, 0xee, 0xea, 0x42, 0x6d, 0x78, 0xd7, 0xe7, 0x43, - 0x8e, 0x19, 0xaa, 0x98, 0xea, 0xfa, 0x7c, 0x88, 0xbe, 0x0e, 0xab, 0x41, 0x14, 0x11, 0x5e, 0x9e, - 0x83, 0xf8, 0x63, 0x12, 0xe5, 0xe2, 0xe4, 0xea, 0xfa, 0x53, 0x58, 0x6f, 0x1f, 0x90, 0x1d, 0x50, - 0x2a, 0xe8, 0xef, 0x40, 0x2b, 0xbf, 0xca, 0x19, 0x1e, 0xf7, 0x8d, 0x9e, 0x12, 0xe1, 0xfd, 0xa2, - 0x66, 0xd2, 0xc5, 0x64, 0xd1, 0xa2, 0x58, 0xfc, 0x4e, 0xa5, 0xb6, 0xc8, 0x03, 0x66, 0x43, 0xe7, - 0x4f, 0xc9, 0x6d, 0x97, 0x9b, 0x99, 0x94, 0x6d, 0xcc, 0x4b, 0xd9, 0x1e, 0xb8, 0xb3, 0x36, 0xa8, - 0x34, 0x09, 0x61, 0xe7, 0x29, 0x8e, 0xf1, 0xeb, 0xd8, 0x87, 0xc0, 0x49, 0xca, 0xf3, 0x5e, 0x8c, - 0x5f, 0xdf, 0x80, 0x59, 0x25, 0xca, 0x80, 0x23, 0xb8, 0xf9, 0x8c, 0xe4, 0xec, 0xd5, 0xea, 0x67, - 0x54, 0xd5, 0xe7, 0xa9, 0xfa, 0x6d, 0x0d, 0xa0, 0x94, 0x65, 0x6c, 0xae, 0x59, 0x36, 0x23, 0x70, - 0xf0, 0x84, 0x30, 0x95, 0xef, 0x62, 0xcc, 0xa3, 0x82, 0x85, 0x99, 0x3a, 0x82, 0xf8, 0x90, 0xd7, - 0xcb, 0x22, 0x21, 0x93, 0xe3, 0x34, 0x3c, 0xc7, 0x2c, 0x17, 0xf5, 0x7c, 0xc5, 0xb7, 0x51, 0x22, - 0x69, 0x47, 0x38, 0x8e, 0x45, 0x51, 0x5f, 0xf1, 0x25, 0xc0, 0x2b, 0x30, 0x1e, 0x67, 0xec, 0xea, - 0xf9, 0xb1, 0xbb, 0x2c, 0xf2, 0x4f, 0x83, 0xde, 0x11, 0x6c, 0x4f, 0xaf, 0x54, 0xc5, 0xd0, 0x43, - 0x68, 0x97, 0xab, 0xc8, 0xdd, 0x9a, 0x48, 0x90, 0x39, 0x5b, 0x6f, 0x53, 0x79, 0x77, 0xa1, 0x73, - 0xcc, 0x02, 0x86, 0x17, 0xf8, 0xcb, 0xbb, 0x0f, 0xab, 0xa6, 0xea, 0x0a, 0x42, 0x59, 0x37, 0x02, - 0x56, 0xe4, 0x8a, 0x4a, 0x41, 0xde, 0x9f, 0x1b, 0xd0, 0x54, 0x61, 0xad, 0x6b, 0x53, 0xad, 0xac, - 0x4d, 0xff, 0x93, 0x12, 0x59, 0xc9, 0xaa, 0xe6, 0x54, 0x56, 0xfd, 0xbf, 0x5c, 0x96, 0xe5, 0xf2, - 0xaf, 0x35, 0x68, 0x99, 0x6d, 0xfe, 0xca, 0xed, 0xcc, 0x3b, 0xd0, 0xca, 0xe4, 0xc6, 0xe3, 0x7c, - 0xaa, 0x5f, 0xd7, 0x75, 0xae, 0x24, 0xb0, 0xe2, 0xc7, 0xb1, 0xe3, 0xc7, 0x6a, 0x57, 0x96, 0x2a, - 0xed, 0x0a, 0x6f, 0x61, 0x79, 0x39, 0x5d, 0x16, 0xe5, 0x54, 0x8c, 0xed, 0x06, 0xa5, 0x59, 0x69, - 0x50, 0xbc, 0xf7, 0xa1, 0xa9, 0x7b, 0x61, 0x04, 0x4e, 0x98, 0xa9, 0x30, 0xed, 0xfa, 0x62, 0xcc, - 0x95, 0x8c, 0xf1, 0x38, 0xa5, 0x57, 0xaa, 0xf6, 0x2b, 0xc8, 0x3b, 0x87, 0xae, 0x4a, 0x03, 0x95, - 0x4c, 0x0f, 0x00, 0x4c, 0x8b, 0xa1, 0x73, 0x69, 0xb6, 0x0d, 0xb1, 0x68, 0xd0, 0x7d, 0x68, 0x56, - 0xdb, 0x7a, 0xed, 0x03, 0xdd, 0xd0, 0xeb, 0x69, 0xef, 0x57, 0x35, 0xd8, 0x96, 0x3d, 0xe6, 0x2b, - 0x3b, 0xc9, 0xf9, 0xbd, 0x8b, 0x74, 0x5f, 0xa3, 0xe2, 0xbe, 0x87, 0xd0, 0xa2, 0x38, 0x4f, 0x0b, - 0x1a, 0x62, 0xe9, 0xd9, 0xf6, 0xfe, 0x4d, 0x9d, 0x49, 0x42, 0x97, 0xaf, 0x66, 0xfd, 0x92, 0xce, - 0xfb, 0x47, 0x13, 0x56, 0xab, 0xb3, 0xbc, 0x62, 0x9d, 0xc5, 0xe7, 0x24, 0x7d, 0x21, 0x9b, 0xe3, - 0x9a, 0x70, 0x93, 0x8d, 0xe2, 0x59, 0x15, 0x66, 0xc5, 0xf1, 0x28, 0xa0, 0x38, 0x57, 0x6e, 0x2c, - 0x11, 0x6a, 0xb6, 0x8f, 0x29, 0x49, 0xf5, 0x61, 0x5a, 0x22, 0x78, 0x19, 0x08, 0xb3, 0xe2, 0xb3, - 0x22, 0x65, 0x81, 0x30, 0xd2, 0xf1, 0x0d, 0x2c, 0xba, 0xe2, 0xac, 0xc8, 0x31, 0x3b, 0xe0, 0xbb, - 0xb6, 0xa4, 0xba, 0x62, 0x83, 0x29, 0xe7, 0x8f, 0xf0, 0x38, 0x57, 0x69, 0x6e, 0x61, 0xb8, 0xe5, - 0x72, 0x37, 0x9f, 0xf1, 0xa0, 0x16, 0x81, 0xe1, 0xf8, 0x36, 0x8a, 0x4b, 0x90, 0xe0, 0xf1, 0x65, - 0x90, 0x89, 0xb4, 0x77, 0x7c, 0x0b, 0x83, 0xde, 0x81, 0x0d, 0x09, 0xf9, 0x38, 0xc7, 0xf4, 0x42, - 0xdc, 0xb5, 0x44, 0x19, 0x70, 0xfc, 0xd9, 0x09, 0x4e, 0x7d, 0x8e, 0x69, 0x82, 0xe3, 0x23, 0x4b, - 0x2b, 0x48, 0xea, 0x99, 0x09, 0xb4, 0x0f, 0x5b, 0x12, 0x79, 0x72, 0xd0, 0xb7, 0x19, 0xda, 0x82, - 0x61, 0xee, 0x1c, 0xcf, 0x74, 0xe1, 0xf8, 0x67, 0x38, 0x78, 0xa9, 0xf6, 0xa3, 0x23, 0xc8, 0xa7, - 0xd1, 0xe8, 0x31, 0x6c, 0x58, 0x5b, 0xf4, 0x14, 0x5f, 0x90, 0x10, 0xbb, 0x5d, 0x11, 0xb5, 0x9b, - 0x2a, 0x0a, 0xec, 0x29, 0x7f, 0x96, 0x1a, 0x9d, 0x42, 0x4f, 0x20, 0x4f, 0x46, 0x34, 0x65, 0x2c, - 0xc6, 0x3e, 0x0e, 0xa2, 0x27, 0x59, 0xae, 0x64, 0xad, 0x0a, 0x59, 0x3a, 0xa2, 0x34, 0x8d, 0x92, - 0x76, 0x0d, 0x23, 0x7a, 0x01, 0xb7, 0x2b, 0xb3, 0x2f, 0x28, 0x61, 0xb8, 0x94, 0xbb, 0x76, 0x9d, - 0xdc, 0xeb, 0x38, 0x67, 0x04, 0x73, 0xb5, 0x87, 0xa9, 0x11, 0xbc, 0xfe, 0xfa, 0x82, 0xab, 0x9c, - 0xe8, 0x27, 0x70, 0x67, 0x56, 0xaf, 0x25, 0x79, 0xe3, 0x3a, 0xc9, 0xd7, 0xb2, 0xf2, 0xe4, 0xe0, - 0xf5, 0x4b, 0xee, 0x3c, 0x92, 0xc9, 0x61, 0x10, 0x3c, 0xa0, 0xc2, 0xac, 0xf0, 0x71, 0x10, 0xf3, - 0x52, 0xa6, 0x52, 0x68, 0x53, 0x06, 0xd4, 0xcc, 0x04, 0xda, 0x03, 0x64, 0x21, 0x7d, 0x55, 0x0e, - 0xb7, 0x76, 0x6b, 0xf7, 0x1b, 0xfe, 0x9c, 0x19, 0xef, 0x43, 0xe8, 0x3e, 0x89, 0xd3, 0xf0, 0xfc, - 0xf0, 0x53, 0x65, 0x4c, 0xe5, 0x42, 0xdf, 0x98, 0x7b, 0xa1, 0x6f, 0xa8, 0x0b, 0xbd, 0xf7, 0x25, - 0x74, 0x2a, 0xc1, 0xf2, 0x5d, 0x51, 0x25, 0xb4, 0x28, 0x75, 0x4d, 0xd3, 0xef, 0x18, 0x15, 0x35, - 0xbe, 0x4d, 0xc8, 0xab, 0xd7, 0xa5, 0x0c, 0x64, 0xd9, 0x3a, 0x2b, 0x88, 0x67, 0x66, 0x5c, 0x06, - 0xb9, 0xbc, 0x95, 0x59, 0x18, 0xef, 0xa7, 0xb0, 0x5a, 0x75, 0xf4, 0x7f, 0x6c, 0x01, 0x02, 0x87, - 0x06, 0x0c, 0xeb, 0xde, 0x9f, 0x8f, 0xbd, 0x5b, 0xb0, 0x33, 0x53, 0x8f, 0x55, 0x63, 0x79, 0x05, - 0xdd, 0x8f, 0x2e, 0x70, 0xc2, 0xcc, 0xdd, 0xef, 0x11, 0xb4, 0xcc, 0x7b, 0x97, 0x2a, 0xf4, 0xbd, - 0x3d, 0xf9, 0x22, 0xb6, 0xa7, 0x5f, 0xc4, 0xf6, 0x4e, 0x34, 0x85, 0x5f, 0x12, 0xf3, 0x35, 0xe6, - 0x2c, 0xa5, 0x38, 0xfa, 0x34, 0x89, 0xaf, 0xf4, 0x3b, 0x45, 0x89, 0x51, 0xb5, 0xdf, 0x31, 0xad, - 0xd7, 0x6f, 0x6a, 0xb0, 0x24, 0x74, 0xcf, 0xbd, 0xc3, 0x48, 0xea, 0xba, 0x39, 0x29, 0xaa, 0xe7, - 0x42, 0xd7, 0x9c, 0x0b, 0xea, 0x04, 0x71, 0xca, 0x13, 0xa4, 0xb2, 0x82, 0xe5, 0xaf, 0xb0, 0x02, - 0xef, 0xd7, 0x75, 0xe8, 0x3c, 0xc7, 0xec, 0x32, 0xa5, 0xe7, 0xfc, 0xb4, 0xcc, 0xe7, 0x36, 0xc6, - 0xb7, 0x60, 0x85, 0x4e, 0x06, 0x67, 0x57, 0xcc, 0x9c, 0x0e, 0x4d, 0x3a, 0x79, 0xc2, 0x41, 0xf4, - 0x06, 0x00, 0x9d, 0x0c, 0xfa, 0x81, 0x6c, 0x86, 0xd5, 0xe1, 0x40, 0x27, 0x0a, 0x81, 0x6e, 0x43, - 0xcb, 0x9f, 0x0c, 0x30, 0xa5, 0x29, 0xcd, 0xf5, 0xe9, 0xe0, 0x4f, 0x3e, 0x12, 0x30, 0xe7, 0xf5, - 0x27, 0x83, 0x88, 0xa6, 0x59, 0x86, 0x23, 0x71, 0x3a, 0x38, 0x7e, 0xcb, 0x9f, 0x3c, 0x95, 0x08, - 0xae, 0xf5, 0x44, 0x6b, 0x5d, 0x96, 0x5a, 0x4f, 0x4a, 0xad, 0x27, 0x93, 0x41, 0xa6, 0xb4, 0xca, - 0x63, 0xa1, 0x75, 0x62, 0x6b, 0x3d, 0x31, 0x5a, 0xe5, 0x99, 0xb0, 0x72, 0x62, 0x69, 0x3d, 0x29, - 0xb5, 0xb6, 0x34, 0xaf, 0xd2, 0xea, 0xfd, 0xa1, 0x06, 0x2b, 0x07, 0x59, 0x71, 0x9a, 0x07, 0x43, - 0x8c, 0xee, 0x41, 0x9b, 0xa5, 0x2c, 0x88, 0x07, 0x05, 0x07, 0xd5, 0xc9, 0x09, 0x02, 0x25, 0x09, - 0xde, 0x84, 0x4e, 0x86, 0x69, 0x98, 0x15, 0x8a, 0xa2, 0xbe, 0xdb, 0xe0, 0x27, 0x94, 0xc4, 0x49, - 0x92, 0x3d, 0xd8, 0x14, 0x73, 0x03, 0x92, 0x0c, 0xe4, 0x91, 0x30, 0x4e, 0x23, 0xac, 0x5c, 0xb5, - 0x21, 0xa6, 0x0e, 0x93, 0x4f, 0xcc, 0x04, 0xfa, 0x26, 0x6c, 0x18, 0x7a, 0xde, 0x2a, 0x0b, 0x6a, - 0xe9, 0xba, 0x35, 0x45, 0x7d, 0xaa, 0xd0, 0xde, 0x97, 0x26, 0x87, 0x48, 0x32, 0x7c, 0x1a, 0xb0, - 0x80, 0xb7, 0x51, 0x99, 0x28, 0x26, 0xb9, 0xb2, 0x56, 0x83, 0xe8, 0x5b, 0xb0, 0xc1, 0x54, 0xbe, - 0x45, 0x03, 0x4d, 0x23, 0x77, 0x73, 0xdd, 0x4c, 0xf4, 0x15, 0xf1, 0xd7, 0x60, 0xb5, 0x24, 0x16, - 0x55, 0x48, 0xda, 0xdb, 0x35, 0x58, 0x1e, 0x4d, 0xde, 0xef, 0xa4, 0xb3, 0x64, 0xe4, 0xbc, 0x23, - 0xda, 0x04, 0xcb, 0x55, 0xed, 0xfd, 0x35, 0xdd, 0x5e, 0x29, 0x67, 0x88, 0xd6, 0x40, 0xba, 0xe5, - 0xfb, 0xb0, 0xc6, 0x8c, 0xe9, 0x83, 0x28, 0x60, 0x81, 0x4a, 0xbd, 0xa9, 0x2a, 0xac, 0x16, 0xe6, - 0xaf, 0xb2, 0xea, 0x42, 0xdf, 0x84, 0x8e, 0xec, 0xfb, 0x95, 0x42, 0x69, 0x5f, 0x5b, 0xe2, 0x84, - 0x0a, 0xef, 0x43, 0x68, 0xf5, 0x49, 0x94, 0x4b, 0xeb, 0x5c, 0x68, 0x86, 0x05, 0xa5, 0x38, 0xd1, - 0x0d, 0x90, 0x06, 0x79, 0x79, 0x14, 0x3d, 0xb3, 0x72, 0x86, 0x04, 0xbc, 0x14, 0x40, 0x9e, 0xdb, - 0x42, 0xdb, 0x16, 0x2c, 0xd9, 0x21, 0x20, 0x01, 0x1e, 0x67, 0xe3, 0x60, 0x62, 0xb6, 0x5e, 0xc4, - 0xd9, 0x38, 0x98, 0xc8, 0x05, 0xba, 0xd0, 0x7c, 0x19, 0x90, 0x38, 0x54, 0xcf, 0x81, 0x8e, 0xaf, - 0xc1, 0x52, 0xa1, 0x63, 0x2b, 0xfc, 0x7d, 0x1d, 0xda, 0x52, 0xa3, 0x34, 0x78, 0x0b, 0x96, 0xc2, - 0x20, 0x1c, 0x19, 0x95, 0x02, 0x40, 0x6f, 0x6b, 0x43, 0xaa, 0xcf, 0x00, 0xa5, 0xa9, 0xda, 0xb6, - 0x07, 0x00, 0xf9, 0x65, 0x90, 0x59, 0xde, 0x99, 0x4b, 0xdd, 0xe2, 0x44, 0xd2, 0xe0, 0xf7, 0xa0, - 0x23, 0xe3, 0x53, 0xf1, 0x38, 0x8b, 0x78, 0xda, 0x92, 0x4c, 0x72, 0x3d, 0xe4, 0x57, 0xae, 0x80, - 0xc9, 0x16, 0xbf, 0xbd, 0xff, 0x46, 0x85, 0x5c, 0xac, 0x64, 0x4f, 0xfc, 0x7e, 0x94, 0x30, 0x7a, - 0xe5, 0x4b, 0xda, 0xde, 0x23, 0x80, 0x12, 0xc9, 0xeb, 0xd9, 0x39, 0xbe, 0xd2, 0x57, 0xcb, 0x73, - 0x7c, 0xc5, 0xd7, 0x7e, 0x11, 0xc4, 0x85, 0x76, 0xaa, 0x04, 0x3e, 0xa8, 0x3f, 0xaa, 0x79, 0x21, - 0xac, 0x3d, 0xe1, 0xc7, 0xb1, 0xc5, 0x5e, 0x39, 0xf4, 0x9c, 0xb9, 0x87, 0x9e, 0xa3, 0x5f, 0xb1, - 0x57, 0xa1, 0x9e, 0x66, 0xaa, 0xcd, 0xae, 0xa7, 0x59, 0xa9, 0xc8, 0xb1, 0x14, 0x79, 0x7f, 0x77, - 0x00, 0x4a, 0x2d, 0xe8, 0x18, 0x7a, 0x24, 0x1d, 0xf0, 0x2e, 0x91, 0x84, 0x58, 0x16, 0xa4, 0x01, - 0xc5, 0x61, 0x41, 0x73, 0x72, 0x81, 0xd5, 0x45, 0x62, 0xdb, 0x1c, 0x53, 0x15, 0xe3, 0xfc, 0x1d, - 0x92, 0x1e, 0x4b, 0x46, 0x51, 0xb9, 0x7c, 0xcd, 0x86, 0x7e, 0x0c, 0x37, 0x4b, 0xa1, 0x91, 0x25, - 0xaf, 0x7e, 0xad, 0xbc, 0x4d, 0x23, 0x2f, 0x2a, 0x65, 0xfd, 0x10, 0x36, 0x49, 0x3a, 0xf8, 0xa2, - 0xc0, 0x45, 0x45, 0x52, 0xe3, 0x5a, 0x49, 0x1b, 0x24, 0xfd, 0x4c, 0x70, 0x94, 0x72, 0x3e, 0x83, - 0x5b, 0xd6, 0x42, 0x79, 0xda, 0x5b, 0xd2, 0x9c, 0x6b, 0xa5, 0x6d, 0x1b, 0xbb, 0x78, 0x61, 0x28, - 0x45, 0x7e, 0x02, 0xdb, 0x24, 0x1d, 0x5c, 0x06, 0x84, 0x4d, 0xcb, 0x5b, 0x7a, 0xd5, 0x3a, 0x5f, - 0x04, 0x84, 0x55, 0x85, 0xc9, 0x75, 0x8e, 0x31, 0x1d, 0x56, 0xd6, 0xb9, 0xfc, 0xaa, 0x75, 0x1e, - 0x09, 0x8e, 0x52, 0xce, 0x13, 0xd8, 0x20, 0xe9, 0xb4, 0x3d, 0xcd, 0x6b, 0xa5, 0xac, 0x91, 0xb4, - 0x6a, 0xcb, 0x01, 0x6c, 0xe4, 0x38, 0x64, 0x29, 0xb5, 0x63, 0x61, 0xe5, 0x5a, 0x19, 0xeb, 0x8a, - 0xc1, 0x08, 0xf1, 0xbe, 0x80, 0xce, 0x8f, 0x8a, 0x21, 0x66, 0xf1, 0x99, 0xc9, 0xf9, 0xff, 0x76, - 0x99, 0xf9, 0x67, 0x1d, 0xda, 0x07, 0x43, 0x9a, 0x16, 0x59, 0xa5, 0x6a, 0xcb, 0x1c, 0x9e, 0xa9, - 0xda, 0x82, 0x46, 0x54, 0x6d, 0x49, 0xfd, 0x3e, 0x74, 0xe4, 0xad, 0x49, 0x31, 0xc8, 0x2a, 0x84, - 0x66, 0x93, 0x5e, 0xdf, 0xd2, 0x24, 0xdb, 0xbe, 0xba, 0x81, 0x2a, 0xae, 0x6a, 0x35, 0x2a, 0xdd, - 0xe4, 0xc3, 0x59, 0x99, 0x75, 0x87, 0xd0, 0x1d, 0x49, 0xdf, 0x28, 0x2e, 0x19, 0x80, 0x6f, 0x69, - 0xe3, 0xca, 0x35, 0xec, 0xd9, 0x3e, 0x94, 0xae, 0xee, 0x8c, 0x6c, 0xb7, 0xbe, 0x0b, 0xc0, 0x5b, - 0xf2, 0x81, 0x2e, 0x54, 0xf6, 0x07, 0x08, 0x73, 0x42, 0xc8, 0xb6, 0x5d, 0x0c, 0x7b, 0x27, 0xb0, - 0x31, 0x23, 0x73, 0x4e, 0x99, 0xfa, 0x86, 0x5d, 0xa6, 0xca, 0x6b, 0x99, 0xcd, 0x6a, 0xd7, 0xae, - 0xbf, 0xd4, 0xe4, 0x93, 0x44, 0xf9, 0x46, 0xfc, 0x08, 0xba, 0x89, 0x6c, 0xbe, 0xcc, 0x06, 0xd8, - 0xf7, 0x3b, 0xbb, 0x31, 0xf3, 0x3b, 0x89, 0xdd, 0xa6, 0xbd, 0x0f, 0x9d, 0x50, 0x78, 0x60, 0xee, - 0x46, 0x58, 0xce, 0xf1, 0xdb, 0xa1, 0xb5, 0xdb, 0x95, 0x46, 0xd1, 0xf9, 0x2a, 0x8d, 0xa2, 0x7a, - 0x55, 0x5c, 0xf4, 0xc1, 0x64, 0xff, 0x5f, 0x4d, 0x68, 0x3c, 0xee, 0x1f, 0xa2, 0x53, 0x58, 0x9f, - 0xfe, 0xde, 0x88, 0xee, 0x2a, 0xb3, 0x16, 0x7c, 0xa3, 0xec, 0xdd, 0x5b, 0x38, 0xaf, 0x5a, 0xf6, - 0x1b, 0xc8, 0x87, 0xb5, 0xa9, 0xaf, 0x4b, 0x48, 0x1f, 0x35, 0xf3, 0xbf, 0xe0, 0xf5, 0xee, 0x2e, - 0x9a, 0xb6, 0x65, 0x4e, 0xdd, 0x11, 0x8c, 0xcc, 0xf9, 0x6f, 0x39, 0x46, 0xe6, 0xa2, 0xab, 0xc5, - 0x0d, 0xf4, 0x3d, 0x58, 0x96, 0xdf, 0x9b, 0x90, 0xbe, 0xb8, 0x54, 0xbe, 0x64, 0xf5, 0x6e, 0x4e, - 0x61, 0x0d, 0xe3, 0x33, 0xe8, 0x56, 0x3e, 0x52, 0xa2, 0xdb, 0x15, 0x5d, 0xd5, 0xcf, 0x55, 0xbd, - 0x3b, 0xf3, 0x27, 0x8d, 0xb4, 0x03, 0x80, 0xf2, 0x93, 0x04, 0x72, 0x15, 0xf5, 0xcc, 0x67, 0xaf, - 0xde, 0xad, 0x39, 0x33, 0x46, 0xc8, 0x29, 0xac, 0x4f, 0x7f, 0x1e, 0x40, 0x53, 0x5e, 0x9d, 0x7e, - 0x9c, 0x37, 0x5b, 0xb9, 0xf0, 0xbb, 0x82, 0x10, 0x3b, 0xfd, 0xe8, 0x6f, 0xc4, 0x2e, 0xf8, 0xe4, - 0x60, 0xc4, 0x2e, 0xfc, 0x5a, 0x70, 0x03, 0x7d, 0x0a, 0xab, 0xd5, 0x57, 0x74, 0xa4, 0x9d, 0x34, - 0xf7, 0x33, 0x42, 0xef, 0x8d, 0x05, 0xb3, 0x46, 0xe0, 0x7b, 0xb0, 0x24, 0x9f, 0xc7, 0x75, 0x3a, - 0xda, 0xaf, 0xea, 0xbd, 0xad, 0x2a, 0xd2, 0x70, 0x3d, 0x80, 0x65, 0x79, 0xbb, 0x34, 0x01, 0x50, - 0xb9, 0x6c, 0xf6, 0x3a, 0x36, 0xd6, 0xbb, 0xf1, 0xa0, 0xa6, 0xf5, 0xe4, 0x15, 0x3d, 0xf9, 0x3c, - 0x3d, 0xf6, 0xe6, 0xfc, 0x00, 0x5a, 0xe6, 0xcf, 0x03, 0x68, 0x47, 0x17, 0xe0, 0xa9, 0xbf, 0x2b, - 0xf4, 0xdc, 0xd9, 0x09, 0x23, 0xe1, 0x10, 0x3a, 0xf6, 0xdf, 0x1e, 0x50, 0xcf, 0x3c, 0xf0, 0xce, - 0xfc, 0xcf, 0xa3, 0x77, 0x7b, 0xee, 0x9c, 0x16, 0x75, 0xb6, 0x2c, 0x6a, 0xc7, 0xc3, 0x7f, 0x07, - 0x00, 0x00, 0xff, 0xff, 0x0d, 0xa2, 0x73, 0x6d, 0x5a, 0x22, 0x00, 0x00, + // 2855 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3a, 0x4d, 0x6f, 0x1c, 0xc7, + 0xb1, 0xda, 0xdd, 0x21, 0x97, 0x5b, 0xbb, 0xcb, 0x8f, 0x26, 0x45, 0x8e, 0x56, 0xb2, 0x44, 0x0f, + 0xfc, 0x9e, 0xf9, 0xde, 0xf3, 0xa3, 0x15, 0xca, 0x4e, 0x04, 0x1b, 0x08, 0x22, 0x51, 0x8e, 0xc3, + 0x58, 0x94, 0xd7, 0x4d, 0xd2, 0x42, 0x80, 0x00, 0x8b, 0xe1, 0x4c, 0x6b, 0xb7, 0xc3, 0xd9, 0x99, + 0x71, 0x4f, 0x0f, 0xb9, 0xbc, 0xf8, 0x90, 0x43, 0x72, 0x4b, 0xae, 0x01, 0x72, 0xcc, 0x2d, 0xf7, + 0x1c, 0x92, 0x4b, 0x8e, 0x01, 0xf2, 0x43, 0x02, 0xe4, 0x1f, 0x04, 0x39, 0x05, 0xfd, 0x31, 0x3d, + 0x3d, 0xfb, 0x41, 0xc9, 0x01, 0x82, 0x5c, 0x72, 0x59, 0x74, 0x55, 0xd7, 0x57, 0x57, 0x57, 0x55, + 0x57, 0xf7, 0x2c, 0xb4, 0xfc, 0x94, 0xee, 0xa7, 0x2c, 0xe1, 0x09, 0x5a, 0xe2, 0xd7, 0x29, 0xc9, + 0x7a, 0x0f, 0x86, 0x49, 0x32, 0x8c, 0xc8, 0xfb, 0x12, 0x79, 0x9e, 0xbf, 0x7a, 0x9f, 0xd3, 0x31, + 0xc9, 0xb8, 0x3f, 0x4e, 0x15, 0x9d, 0xf7, 0xc7, 0x1a, 0x6c, 0xf6, 0x19, 0x39, 0xa6, 0x43, 0xe6, + 0x73, 0x9a, 0xc4, 0x98, 0x7c, 0x95, 0x93, 0x8c, 0xa3, 0x55, 0xa8, 0xd3, 0xd0, 0xad, 0xed, 0xd6, + 0xf6, 0x5a, 0xb8, 0x4e, 0x43, 0x74, 0x0f, 0x5a, 0x74, 0xec, 0x0f, 0xc9, 0x0b, 0x7f, 0x4c, 0xdc, + 0xba, 0x44, 0x97, 0x08, 0xb4, 0x0b, 0x8d, 0xcb, 0x24, 0x72, 0x1b, 0xbb, 0x8d, 0xbd, 0xf6, 0xc1, + 0xea, 0xbe, 0xd4, 0xbd, 0xff, 0x65, 0x12, 0xe5, 0x63, 0x92, 0x61, 0x31, 0x85, 0xb6, 0x60, 0x29, + 0x90, 0xbc, 0x8e, 0xe4, 0x55, 0x80, 0xc0, 0x66, 0x2c, 0x38, 0x4a, 0xdd, 0x25, 0x85, 0x95, 0x00, + 0x72, 0xa1, 0x99, 0xa7, 0x29, 0x61, 0x34, 0x74, 0x97, 0x25, 0xbe, 0x00, 0x11, 0x02, 0xc7, 0x67, + 0xc3, 0xcc, 0x6d, 0xee, 0x36, 0xf6, 0x5a, 0x58, 0x8e, 0xbd, 0xff, 0x87, 0xa6, 0xd6, 0x84, 0xd6, + 0xa1, 0x91, 0xb1, 0x40, 0x5b, 0x2d, 0x86, 0x02, 0x13, 0x66, 0x5c, 0x1b, 0x2c, 0x86, 0xde, 0x36, + 0x6c, 0x55, 0xd7, 0x9b, 0xa5, 0x49, 0x9c, 0x11, 0x8f, 0xc1, 0xfa, 0x6b, 0x9d, 0xf0, 0x11, 0x74, + 0xb9, 0xcf, 0x86, 0x84, 0x8f, 0xfd, 0x60, 0x44, 0x63, 0xe5, 0x88, 0xf6, 0xc1, 0x96, 0x5e, 0xf0, + 0xa9, 0x9c, 0x3b, 0x56, 0x73, 0xb8, 0x4a, 0x6a, 0x4c, 0x6f, 0x58, 0xa6, 0x6f, 0xc2, 0xc6, 0xac, + 0x21, 0x8f, 0xa0, 0x5b, 0x11, 0x24, 0xad, 0x48, 0x8d, 0x15, 0xa9, 0x90, 0x94, 0x26, 0x4c, 0x2d, + 0xaa, 0x8b, 0xe5, 0xd8, 0xbb, 0x03, 0x3b, 0x9f, 0x12, 0x7e, 0x42, 0xd8, 0x25, 0x61, 0x5f, 0x12, + 0x96, 0x95, 0x8b, 0xf0, 0x26, 0xe0, 0xce, 0x4e, 0x29, 0x5d, 0xc2, 0xff, 0x63, 0xff, 0x27, 0x09, + 0x93, 0xd2, 0xbb, 0x58, 0x01, 0x12, 0x4b, 0xe3, 0x84, 0x69, 0x0d, 0x0a, 0x10, 0xd8, 0xd4, 0xe7, + 0xc1, 0xc8, 0x6d, 0x28, 0xac, 0x04, 0x50, 0x0f, 0x56, 0x18, 0xb9, 0xa4, 0x42, 0xaa, 0xde, 0x5a, + 0x03, 0x7b, 0x3f, 0xab, 0xc1, 0xd6, 0x59, 0x1a, 0xfa, 0x9c, 0xf4, 0x59, 0x12, 0x90, 0x2c, 0x5b, + 0xe4, 0xd7, 0x75, 0x68, 0xa4, 0x34, 0x2c, 0x76, 0x29, 0xa5, 0x21, 0xba, 0x0f, 0x10, 0x44, 0x49, + 0x46, 0x4e, 0x78, 0x48, 0x63, 0xa9, 0x71, 0x05, 0x5b, 0x18, 0x61, 0xcc, 0x15, 0x0d, 0xf9, 0x48, + 0xea, 0xec, 0x62, 0x05, 0xa0, 0x6d, 0x58, 0x1e, 0x11, 0x3a, 0x1c, 0x71, 0x19, 0x4f, 0x5d, 0xac, + 0x21, 0x6f, 0x07, 0x6e, 0x4f, 0xd9, 0xa1, 0x7d, 0xfd, 0xe7, 0x3a, 0x6c, 0x1f, 0x32, 0xe2, 0x73, + 0x72, 0x98, 0xc4, 0xdc, 0xa7, 0x31, 0x61, 0x8b, 0x6c, 0xbc, 0x0f, 0x70, 0x9e, 0xc7, 0x61, 0x44, + 0xfa, 0x3e, 0x1f, 0x69, 0x53, 0x2d, 0x8c, 0xb4, 0x78, 0x44, 0x82, 0x8b, 0x34, 0xa1, 0x31, 0x97, + 0x16, 0xb7, 0xb0, 0x85, 0x91, 0xa1, 0x2e, 0x17, 0xa3, 0x13, 0x40, 0x02, 0xc2, 0xe2, 0x8c, 0x87, + 0x49, 0xce, 0x75, 0x06, 0x68, 0x48, 0xe3, 0x09, 0x63, 0x3a, 0x03, 0x34, 0x24, 0xf0, 0x91, 0x7f, + 0x4e, 0xa2, 0x22, 0x05, 0x34, 0x84, 0x76, 0xa1, 0x1d, 0x27, 0x7d, 0x7a, 0x99, 0x70, 0x9c, 0x24, + 0xdc, 0x5d, 0x91, 0x0e, 0xb3, 0x51, 0x22, 0xa9, 0x58, 0x1e, 0x8b, 0xf4, 0x77, 0x5b, 0x2a, 0xa9, + 0x34, 0x28, 0x78, 0xf5, 0xf0, 0x89, 0x08, 0x50, 0x90, 0x82, 0x6d, 0x14, 0x7a, 0x07, 0xba, 0xe5, + 0x4a, 0x9e, 0x51, 0xe6, 0xb6, 0xa5, 0x84, 0x2a, 0xd2, 0x3b, 0x82, 0x9d, 0x19, 0x5f, 0xea, 0x38, + 0xdb, 0x87, 0x56, 0x50, 0x20, 0xa5, 0x4f, 0xdb, 0x07, 0xeb, 0x3a, 0x69, 0x4a, 0xe2, 0x92, 0xc4, + 0x3b, 0x82, 0xee, 0x09, 0x1d, 0xc6, 0x7e, 0xf4, 0xe6, 0x11, 0x23, 0x3c, 0x26, 0x59, 0x74, 0x7c, + 0x6a, 0xc8, 0x5b, 0x87, 0xd5, 0x42, 0x94, 0xde, 0xf4, 0xdf, 0x35, 0x60, 0xe3, 0x49, 0x18, 0xbe, + 0x26, 0x26, 0x7b, 0xb0, 0xc2, 0x09, 0x1b, 0x53, 0x21, 0xb1, 0x2e, 0xdd, 0x69, 0x60, 0xf4, 0x00, + 0x9c, 0x3c, 0x23, 0x4c, 0x6a, 0x6a, 0x1f, 0xb4, 0xf5, 0x4a, 0xce, 0x32, 0xc2, 0xb0, 0x9c, 0x30, + 0xc9, 0xee, 0x94, 0xc9, 0x2e, 0x4c, 0x26, 0xf1, 0xa5, 0xbb, 0x24, 0x51, 0x62, 0x28, 0x30, 0xc1, + 0x55, 0x51, 0xe3, 0xc4, 0xb0, 0x58, 0x56, 0xb3, 0x5c, 0x96, 0x09, 0x9b, 0x95, 0xf9, 0x61, 0xd3, + 0x5a, 0x10, 0x36, 0x50, 0x09, 0x1b, 0x0f, 0x3a, 0x81, 0x9f, 0xfa, 0xe7, 0x34, 0xa2, 0x9c, 0x92, + 0xcc, 0x6d, 0x4b, 0x23, 0x2a, 0x38, 0xb4, 0x07, 0x6b, 0x7e, 0x9a, 0xfa, 0x6c, 0x9c, 0xb0, 0x3e, + 0x4b, 0x5e, 0xd1, 0x88, 0xb8, 0x1d, 0x29, 0x64, 0x1a, 0x2d, 0xa4, 0x65, 0x24, 0xa2, 0x71, 0x3e, + 0x79, 0x2e, 0xa2, 0xcf, 0xed, 0x4a, 0xb2, 0x0a, 0x4e, 0x48, 0x8b, 0x93, 0x17, 0xe4, 0xaa, 0xcf, + 0xe8, 0x25, 0x8d, 0xc8, 0x90, 0x64, 0xee, 0xaa, 0xf4, 0xe2, 0x34, 0x1a, 0xbd, 0x0b, 0x4d, 0x16, + 0xd1, 0x31, 0xe5, 0x99, 0xbb, 0x26, 0xcf, 0x8f, 0xae, 0xf6, 0x27, 0x96, 0x58, 0x5c, 0xcc, 0x7a, + 0xcf, 0x60, 0x59, 0xa1, 0x84, 0x7b, 0x05, 0x89, 0xde, 0x2d, 0x39, 0x16, 0xb8, 0x2c, 0x79, 0xa5, + 0xaa, 0xa2, 0x83, 0xe5, 0x58, 0xe0, 0x46, 0x3e, 0x0b, 0xe5, 0x3e, 0x39, 0x58, 0x8e, 0x3d, 0x0c, + 0x8e, 0xd8, 0x28, 0xe1, 0xea, 0x5c, 0x6f, 0x78, 0x17, 0x8b, 0xa1, 0xc0, 0x0c, 0x75, 0x4c, 0x75, + 0xb1, 0x18, 0xa2, 0xff, 0x86, 0x55, 0x3f, 0x0c, 0xa9, 0x28, 0xcf, 0x7e, 0xf4, 0x29, 0x0d, 0x55, + 0xf5, 0xee, 0xe2, 0x29, 0xac, 0x77, 0x00, 0xc8, 0x0e, 0x28, 0x1d, 0xf4, 0xf7, 0xa0, 0x95, 0x5d, + 0x67, 0x9c, 0x8c, 0xfb, 0x46, 0x4f, 0x89, 0xf0, 0x7e, 0x5a, 0x33, 0xe9, 0x62, 0xb2, 0x68, 0x51, + 0x2c, 0x7e, 0xab, 0x52, 0x5b, 0xd4, 0xa1, 0xb3, 0x51, 0xe4, 0x4f, 0xc9, 0x6d, 0x97, 0x9b, 0x99, + 0x94, 0x6d, 0xcc, 0x4b, 0xd9, 0x1e, 0xb8, 0xb3, 0x36, 0xe8, 0x34, 0x09, 0x60, 0xe7, 0x19, 0x89, + 0xc8, 0x9b, 0xd8, 0x87, 0xc0, 0x89, 0xcb, 0xbe, 0x40, 0x8e, 0xdf, 0xdc, 0x80, 0x59, 0x25, 0xda, + 0x80, 0x63, 0xb8, 0xfd, 0x9c, 0x66, 0xfc, 0xf5, 0xea, 0x67, 0x54, 0xd5, 0xe7, 0xa9, 0xfa, 0x55, + 0x0d, 0xa0, 0x94, 0x65, 0x6c, 0xae, 0x59, 0x36, 0x23, 0x70, 0xc8, 0x84, 0x72, 0x9d, 0xef, 0x72, + 0x2c, 0xa2, 0x82, 0x07, 0xa9, 0x3e, 0x82, 0xc4, 0x50, 0xd4, 0xcb, 0x3c, 0xa6, 0x93, 0x93, 0x24, + 0xb8, 0x20, 0x3c, 0x93, 0xf5, 0x7c, 0x05, 0xdb, 0x28, 0x99, 0xb4, 0x23, 0x12, 0x45, 0xb2, 0xa8, + 0xaf, 0x60, 0x05, 0x88, 0x0a, 0x4c, 0xc6, 0x29, 0xbf, 0x7e, 0x71, 0xe2, 0x2e, 0xcb, 0xfc, 0x2b, + 0x40, 0xef, 0x18, 0xb6, 0xa7, 0x57, 0xaa, 0x63, 0xe8, 0x11, 0xb4, 0xcb, 0x55, 0x64, 0x6e, 0x4d, + 0x26, 0xc8, 0x9c, 0xad, 0xb7, 0xa9, 0xbc, 0xfb, 0xd0, 0x39, 0xe1, 0x3e, 0x27, 0x0b, 0xfc, 0xe5, + 0xed, 0xc1, 0xaa, 0xa9, 0xba, 0x92, 0x50, 0xd5, 0x0d, 0x9f, 0xe7, 0x99, 0xa6, 0xd2, 0x90, 0xf7, + 0xfb, 0x06, 0x34, 0x75, 0x58, 0x17, 0xb5, 0xa9, 0x56, 0xd6, 0xa6, 0x7f, 0x4b, 0x89, 0xac, 0x64, + 0x55, 0x73, 0x2a, 0xab, 0xfe, 0x53, 0x2e, 0xcb, 0x72, 0xf9, 0xa7, 0x1a, 0xb4, 0xcc, 0x36, 0x7f, + 0xe3, 0x76, 0xe6, 0x3d, 0x68, 0xa5, 0x6a, 0xe3, 0x49, 0x36, 0xd5, 0xd7, 0x17, 0x75, 0xae, 0x24, + 0xb0, 0xe2, 0xc7, 0xb1, 0xe3, 0xc7, 0x6a, 0x57, 0x96, 0x2a, 0xed, 0x8a, 0x68, 0x61, 0x45, 0x39, + 0x5d, 0x96, 0xe5, 0x54, 0x8e, 0xed, 0x06, 0xa5, 0x59, 0x69, 0x50, 0xbc, 0x0f, 0xa1, 0x79, 0x5c, + 0x76, 0xd1, 0x41, 0xaa, 0xc3, 0xb4, 0x8b, 0xe5, 0x58, 0x28, 0x19, 0x93, 0x71, 0xc2, 0xae, 0x75, + 0xed, 0xd7, 0x90, 0x77, 0x01, 0x5d, 0x9d, 0x06, 0x3a, 0x99, 0x1e, 0x02, 0x98, 0x16, 0xa3, 0xc8, + 0xa5, 0xd9, 0x36, 0xc4, 0xa2, 0x41, 0x7b, 0xd0, 0xac, 0xb6, 0xfa, 0x85, 0x0f, 0x8a, 0x26, 0xbf, + 0x98, 0xf6, 0x7e, 0x5e, 0x83, 0x6d, 0xd5, 0x63, 0xbe, 0xb6, 0x93, 0x9c, 0xdf, 0xbb, 0x28, 0xf7, + 0x35, 0x2a, 0xee, 0x7b, 0x04, 0x2d, 0x46, 0xb2, 0x24, 0x67, 0x01, 0x51, 0x9e, 0x6d, 0x1f, 0xdc, + 0x2e, 0x32, 0x49, 0xea, 0xc2, 0x7a, 0x16, 0x97, 0x74, 0xde, 0x5f, 0x9b, 0xb0, 0x5a, 0x9d, 0x15, + 0x15, 0xeb, 0x3c, 0xba, 0xa0, 0xc9, 0x4b, 0xd5, 0x1c, 0xd7, 0xa4, 0x9b, 0x6c, 0x94, 0xc8, 0xaa, + 0x20, 0xcd, 0x4f, 0x46, 0x3e, 0x23, 0x99, 0x76, 0x63, 0x89, 0xd0, 0xb3, 0x7d, 0xc2, 0x68, 0x52, + 0x1c, 0xa6, 0x25, 0x42, 0x94, 0x81, 0x20, 0xcd, 0xbf, 0xc8, 0x13, 0xee, 0x4b, 0x23, 0x1d, 0x6c, + 0x60, 0xd9, 0x15, 0xa7, 0x79, 0x46, 0xf8, 0xa1, 0xd8, 0xb5, 0x25, 0xdd, 0x15, 0x1b, 0x4c, 0x39, + 0x7f, 0x4c, 0xc6, 0x99, 0x4e, 0x73, 0x0b, 0x23, 0x2c, 0x57, 0xbb, 0xf9, 0x5c, 0x04, 0xb5, 0x0c, + 0x0c, 0x07, 0xdb, 0x28, 0x21, 0x41, 0x81, 0x27, 0x57, 0x7e, 0x2a, 0xd3, 0xde, 0xc1, 0x16, 0x06, + 0xbd, 0x07, 0x1b, 0x0a, 0xc2, 0x24, 0x23, 0xec, 0x52, 0xde, 0xb5, 0x64, 0x19, 0x70, 0xf0, 0xec, + 0x84, 0xa0, 0xbe, 0x20, 0x2c, 0x26, 0xd1, 0xb1, 0xa5, 0x15, 0x14, 0xf5, 0xcc, 0x04, 0x3a, 0x80, + 0x2d, 0x85, 0x3c, 0x3d, 0xec, 0xdb, 0x0c, 0x6d, 0xc9, 0x30, 0x77, 0x4e, 0x64, 0xba, 0x74, 0xfc, + 0x73, 0xe2, 0xbf, 0xd2, 0xfb, 0xd1, 0x91, 0xe4, 0xd3, 0x68, 0xf4, 0x04, 0x36, 0xac, 0x2d, 0x7a, + 0x46, 0x2e, 0x69, 0x40, 0xdc, 0xae, 0x8c, 0xda, 0x4d, 0x1d, 0x05, 0xf6, 0x14, 0x9e, 0xa5, 0x46, + 0x67, 0xd0, 0x93, 0xc8, 0xd3, 0x11, 0x4b, 0x38, 0x8f, 0x08, 0x26, 0x7e, 0xf8, 0x34, 0xcd, 0xb4, + 0xac, 0x55, 0x29, 0xab, 0x88, 0xa8, 0x82, 0x46, 0x4b, 0xbb, 0x81, 0x11, 0xbd, 0x84, 0xbb, 0x95, + 0xd9, 0x97, 0x8c, 0x72, 0x52, 0xca, 0x5d, 0xbb, 0x49, 0xee, 0x4d, 0x9c, 0x33, 0x82, 0x85, 0xda, + 0xa3, 0xc4, 0x08, 0x5e, 0x7f, 0x73, 0xc1, 0x55, 0x4e, 0xf4, 0x23, 0xb8, 0x37, 0xab, 0xd7, 0x92, + 0xbc, 0x71, 0x93, 0xe4, 0x1b, 0x59, 0x45, 0x72, 0x88, 0xfa, 0xa5, 0x76, 0x1e, 0xa9, 0xe4, 0x30, + 0x08, 0x11, 0x50, 0x41, 0x9a, 0x63, 0xe2, 0x47, 0xa2, 0x94, 0xe9, 0x14, 0xda, 0x54, 0x01, 0x35, + 0x33, 0x81, 0xf6, 0x01, 0x59, 0x48, 0xac, 0xcb, 0xe1, 0xd6, 0x6e, 0x6d, 0xaf, 0x81, 0xe7, 0xcc, + 0x78, 0x1f, 0x43, 0xf7, 0x69, 0x94, 0x04, 0x17, 0x47, 0x9f, 0x6b, 0x63, 0x2a, 0x17, 0xfa, 0xc6, + 0xdc, 0x0b, 0x7d, 0x43, 0x5f, 0xe8, 0xbd, 0xaf, 0xa1, 0x53, 0x09, 0x96, 0x6f, 0xcb, 0x2a, 0x51, + 0x88, 0xd2, 0xd7, 0xb4, 0xe2, 0x6d, 0xa3, 0xa2, 0x06, 0xdb, 0x84, 0xa2, 0x7a, 0x5d, 0xa9, 0x40, + 0x56, 0xad, 0xb3, 0x86, 0x44, 0x66, 0x46, 0x65, 0x90, 0xab, 0x5b, 0x99, 0x85, 0xf1, 0x7e, 0x0c, + 0xab, 0x55, 0x47, 0xff, 0xd3, 0x16, 0x20, 0x70, 0x98, 0xcf, 0x49, 0xd1, 0xfb, 0x8b, 0xb1, 0x77, + 0x07, 0x76, 0x66, 0xea, 0xb1, 0x6e, 0x2c, 0xaf, 0xa1, 0xfb, 0xc9, 0x25, 0x89, 0xb9, 0xb9, 0xfb, + 0x3d, 0x86, 0x96, 0x79, 0x17, 0xd3, 0x85, 0xbe, 0xb7, 0xaf, 0x5e, 0xce, 0xf6, 0x8b, 0x97, 0xb3, + 0xfd, 0xd3, 0x82, 0x02, 0x97, 0xc4, 0x62, 0x8d, 0x19, 0x4f, 0x18, 0x09, 0x3f, 0x8f, 0xa3, 0xeb, + 0xe2, 0x9d, 0xa2, 0xc4, 0xe8, 0xda, 0xef, 0x98, 0xd6, 0xeb, 0x97, 0x35, 0x58, 0x92, 0xba, 0xe7, + 0xde, 0x61, 0x14, 0x75, 0xdd, 0x9c, 0x14, 0xd5, 0x73, 0xa1, 0x6b, 0xce, 0x05, 0x7d, 0x82, 0x38, + 0xe5, 0x09, 0x52, 0x59, 0xc1, 0xf2, 0x37, 0x58, 0x81, 0xf7, 0x8b, 0x3a, 0x74, 0x5e, 0x10, 0x7e, + 0x95, 0xb0, 0x0b, 0x71, 0x5a, 0x66, 0x73, 0x1b, 0xe3, 0x3b, 0xb0, 0xc2, 0x26, 0x83, 0xf3, 0x6b, + 0x6e, 0x4e, 0x87, 0x26, 0x9b, 0x3c, 0x15, 0x20, 0x7a, 0x0b, 0x80, 0x4d, 0x06, 0x7d, 0x5f, 0x35, + 0xc3, 0xfa, 0x70, 0x60, 0x13, 0x8d, 0x40, 0x77, 0xa1, 0x85, 0x27, 0x03, 0xc2, 0x58, 0xc2, 0xb2, + 0xe2, 0x74, 0xc0, 0x93, 0x4f, 0x24, 0x2c, 0x78, 0xf1, 0x64, 0x10, 0xb2, 0x24, 0x4d, 0x49, 0x28, + 0x4f, 0x07, 0x07, 0xb7, 0xf0, 0xe4, 0x99, 0x42, 0x08, 0xad, 0xa7, 0x85, 0xd6, 0x65, 0xa5, 0xf5, + 0xb4, 0xd4, 0x7a, 0x3a, 0x19, 0xa4, 0x5a, 0xab, 0x3a, 0x16, 0x5a, 0xa7, 0xb6, 0xd6, 0x53, 0xa3, + 0x55, 0x9d, 0x09, 0x2b, 0xa7, 0x96, 0xd6, 0xd3, 0x52, 0x6b, 0xab, 0xe0, 0xd5, 0x5a, 0xbd, 0xdf, + 0xd6, 0x60, 0xe5, 0x30, 0xcd, 0xcf, 0x32, 0x7f, 0x48, 0xd0, 0x03, 0x68, 0xf3, 0x84, 0xfb, 0xd1, + 0x20, 0x17, 0xa0, 0x3e, 0x39, 0x41, 0xa2, 0x14, 0xc1, 0xdb, 0xd0, 0x49, 0x09, 0x0b, 0xd2, 0x5c, + 0x53, 0xd4, 0x77, 0x1b, 0xe2, 0x84, 0x52, 0x38, 0x45, 0xb2, 0x0f, 0x9b, 0x72, 0x6e, 0x40, 0xe3, + 0x81, 0x3a, 0x12, 0xc6, 0x49, 0x48, 0xb4, 0xab, 0x36, 0xe4, 0xd4, 0x51, 0xfc, 0x99, 0x99, 0x40, + 0xff, 0x0b, 0x1b, 0x86, 0x5e, 0xb4, 0xca, 0x92, 0x5a, 0xb9, 0x6e, 0x4d, 0x53, 0x9f, 0x69, 0xb4, + 0xf7, 0xb5, 0xc9, 0x21, 0x1a, 0x0f, 0x9f, 0xf9, 0xdc, 0x17, 0x6d, 0x54, 0x2a, 0x8b, 0x49, 0xa6, + 0xad, 0x2d, 0x40, 0xf4, 0x7f, 0xb0, 0xc1, 0x75, 0xbe, 0x85, 0x83, 0x82, 0x46, 0xed, 0xe6, 0xba, + 0x99, 0xe8, 0x6b, 0xe2, 0xff, 0x82, 0xd5, 0x92, 0x58, 0x56, 0x21, 0x65, 0x6f, 0xd7, 0x60, 0x45, + 0x34, 0x79, 0xbf, 0x56, 0xce, 0x52, 0x91, 0xf3, 0x9e, 0x6c, 0x13, 0x2c, 0x57, 0xb5, 0x0f, 0xd6, + 0x8a, 0xf6, 0x4a, 0x3b, 0x43, 0xb6, 0x06, 0xca, 0x2d, 0xdf, 0x85, 0x35, 0x6e, 0x4c, 0x1f, 0x84, + 0x3e, 0xf7, 0x75, 0xea, 0x4d, 0x55, 0x61, 0xbd, 0x30, 0xbc, 0xca, 0xab, 0x0b, 0x7d, 0x1b, 0x3a, + 0xaa, 0xef, 0xd7, 0x0a, 0x95, 0x7d, 0x6d, 0x85, 0x93, 0x2a, 0xbc, 0x8f, 0xa1, 0xd5, 0xa7, 0x61, + 0xa6, 0xac, 0x73, 0xa1, 0x19, 0xe4, 0x8c, 0x91, 0xb8, 0x68, 0x80, 0x0a, 0x50, 0x94, 0x47, 0xd9, + 0x33, 0x6b, 0x67, 0x28, 0xc0, 0x4b, 0x00, 0xd4, 0xb9, 0x2d, 0xb5, 0x6d, 0xc1, 0x92, 0x1d, 0x02, + 0x0a, 0x10, 0x71, 0x36, 0xf6, 0x27, 0x66, 0xeb, 0x65, 0x9c, 0x8d, 0xfd, 0x89, 0x5a, 0xa0, 0x0b, + 0xcd, 0x57, 0x3e, 0x8d, 0x02, 0xfd, 0x1c, 0xe8, 0xe0, 0x02, 0x2c, 0x15, 0x3a, 0xb6, 0xc2, 0xdf, + 0xd4, 0xa1, 0xad, 0x34, 0x2a, 0x83, 0xb7, 0x60, 0x29, 0xf0, 0x83, 0x91, 0x51, 0x29, 0x01, 0xf4, + 0x6e, 0x61, 0x48, 0xf5, 0x19, 0xa0, 0x34, 0xb5, 0xb0, 0xed, 0x21, 0x40, 0x76, 0xe5, 0xa7, 0x96, + 0x77, 0xe6, 0x52, 0xb7, 0x04, 0x91, 0x32, 0xf8, 0x03, 0xe8, 0xa8, 0xf8, 0xd4, 0x3c, 0xce, 0x22, + 0x9e, 0xb6, 0x22, 0x53, 0x5c, 0x8f, 0xc4, 0x95, 0xcb, 0xe7, 0xaa, 0xc5, 0x6f, 0x1f, 0xbc, 0x55, + 0x21, 0x97, 0x2b, 0xd9, 0x97, 0xbf, 0x9f, 0xc4, 0x9c, 0x5d, 0x63, 0x45, 0xdb, 0x7b, 0x0c, 0x50, + 0x22, 0x45, 0x3d, 0xbb, 0x20, 0xd7, 0xc5, 0xd5, 0xf2, 0x82, 0x5c, 0x8b, 0xb5, 0x5f, 0xfa, 0x51, + 0x5e, 0x38, 0x55, 0x01, 0x1f, 0xd5, 0x1f, 0xd7, 0xbc, 0x00, 0xd6, 0x9e, 0x8a, 0xe3, 0xd8, 0x62, + 0xaf, 0x1c, 0x7a, 0xce, 0xdc, 0x43, 0xcf, 0x29, 0x5e, 0xb1, 0x57, 0xa1, 0x9e, 0xa4, 0xba, 0xcd, + 0xae, 0x27, 0x69, 0xa9, 0xc8, 0xb1, 0x14, 0x79, 0x7f, 0x71, 0x00, 0x4a, 0x2d, 0xe8, 0x04, 0x7a, + 0x34, 0x19, 0x88, 0x2e, 0x91, 0x06, 0x44, 0x15, 0xa4, 0x01, 0x23, 0x41, 0xce, 0x32, 0x7a, 0x49, + 0xf4, 0x45, 0x62, 0xdb, 0x1c, 0x53, 0x15, 0xe3, 0xf0, 0x0e, 0x4d, 0x4e, 0x14, 0xa3, 0xac, 0x5c, + 0xb8, 0x60, 0x43, 0x3f, 0x84, 0xdb, 0xa5, 0xd0, 0xd0, 0x92, 0x57, 0xbf, 0x51, 0xde, 0xa6, 0x91, + 0x17, 0x96, 0xb2, 0xbe, 0x0f, 0x9b, 0x34, 0x19, 0x7c, 0x95, 0x93, 0xbc, 0x22, 0xa9, 0x71, 0xa3, + 0xa4, 0x0d, 0x9a, 0x7c, 0x21, 0x39, 0x4a, 0x39, 0x5f, 0xc0, 0x1d, 0x6b, 0xa1, 0x22, 0xed, 0x2d, + 0x69, 0xce, 0x8d, 0xd2, 0xb6, 0x8d, 0x5d, 0xa2, 0x30, 0x94, 0x22, 0x3f, 0x83, 0x6d, 0x9a, 0x0c, + 0xae, 0x7c, 0xca, 0xa7, 0xe5, 0x2d, 0xbd, 0x6e, 0x9d, 0x2f, 0x7d, 0xca, 0xab, 0xc2, 0xd4, 0x3a, + 0xc7, 0x84, 0x0d, 0x2b, 0xeb, 0x5c, 0x7e, 0xdd, 0x3a, 0x8f, 0x25, 0x47, 0x29, 0xe7, 0x29, 0x6c, + 0xd0, 0x64, 0xda, 0x9e, 0xe6, 0x8d, 0x52, 0xd6, 0x68, 0x52, 0xb5, 0xe5, 0x10, 0x36, 0x32, 0x12, + 0xf0, 0x84, 0xd9, 0xb1, 0xb0, 0x72, 0xa3, 0x8c, 0x75, 0xcd, 0x60, 0x84, 0x78, 0x5f, 0x41, 0xe7, + 0x07, 0xf9, 0x90, 0xf0, 0xe8, 0xdc, 0xe4, 0xfc, 0xbf, 0xba, 0xcc, 0xfc, 0xad, 0x0e, 0xed, 0xc3, + 0x21, 0x4b, 0xf2, 0xb4, 0x52, 0xb5, 0x55, 0x0e, 0xcf, 0x54, 0x6d, 0x49, 0x23, 0xab, 0xb6, 0xa2, + 0xfe, 0x10, 0x3a, 0xea, 0xd6, 0xa4, 0x19, 0x54, 0x15, 0x42, 0xb3, 0x49, 0x5f, 0xdc, 0xd2, 0x14, + 0xdb, 0x81, 0xbe, 0x81, 0x6a, 0xae, 0x6a, 0x35, 0x2a, 0xdd, 0x84, 0xe1, 0xbc, 0xcc, 0xba, 0x23, + 0xe8, 0x8e, 0x94, 0x6f, 0x34, 0x97, 0x0a, 0xc0, 0x77, 0x0a, 0xe3, 0xca, 0x35, 0xec, 0xdb, 0x3e, + 0x54, 0xae, 0xee, 0x8c, 0x6c, 0xb7, 0xbe, 0x0f, 0x20, 0x5a, 0xf2, 0x41, 0x51, 0xa8, 0xec, 0x0f, + 0x10, 0xe6, 0x84, 0x50, 0x6d, 0xbb, 0x1c, 0xf6, 0x4e, 0x61, 0x63, 0x46, 0xe6, 0x9c, 0x32, 0xf5, + 0x3f, 0x76, 0x99, 0x2a, 0xaf, 0x65, 0x36, 0xab, 0x5d, 0xbb, 0xfe, 0x50, 0x53, 0x4f, 0x12, 0xe5, + 0x1b, 0xf1, 0x63, 0xe8, 0xc6, 0xaa, 0xf9, 0x32, 0x1b, 0x60, 0xdf, 0xef, 0xec, 0xc6, 0x0c, 0x77, + 0x62, 0xbb, 0x4d, 0xfb, 0x10, 0x3a, 0x81, 0xf4, 0xc0, 0xdc, 0x8d, 0xb0, 0x9c, 0x83, 0xdb, 0x81, + 0xb5, 0xdb, 0x95, 0x46, 0xd1, 0xf9, 0x26, 0x8d, 0xa2, 0x7e, 0x55, 0x5c, 0xf4, 0xc1, 0xe4, 0xe0, + 0xef, 0x4d, 0x68, 0x3c, 0xe9, 0x1f, 0xa1, 0x33, 0x58, 0x9f, 0xfe, 0xde, 0x88, 0xee, 0x6b, 0xb3, + 0x16, 0x7c, 0xa3, 0xec, 0x3d, 0x58, 0x38, 0xaf, 0x5b, 0xf6, 0x5b, 0x08, 0xc3, 0xda, 0xd4, 0xd7, + 0x25, 0x54, 0x1c, 0x35, 0xf3, 0xbf, 0xe0, 0xf5, 0xee, 0x2f, 0x9a, 0xb6, 0x65, 0x4e, 0xdd, 0x11, + 0x8c, 0xcc, 0xf9, 0x6f, 0x39, 0x46, 0xe6, 0xa2, 0xab, 0xc5, 0x2d, 0xf4, 0x1d, 0x58, 0x56, 0xdf, + 0x9b, 0x50, 0x71, 0x71, 0xa9, 0x7c, 0xc9, 0xea, 0xdd, 0x9e, 0xc2, 0x1a, 0xc6, 0xe7, 0xd0, 0xad, + 0x7c, 0xa4, 0x44, 0x77, 0x2b, 0xba, 0xaa, 0x9f, 0xab, 0x7a, 0xf7, 0xe6, 0x4f, 0x1a, 0x69, 0x87, + 0x00, 0xe5, 0x27, 0x09, 0xe4, 0x6a, 0xea, 0x99, 0xcf, 0x5e, 0xbd, 0x3b, 0x73, 0x66, 0x8c, 0x90, + 0x33, 0x58, 0x9f, 0xfe, 0x3c, 0x80, 0xa6, 0xbc, 0x3a, 0xfd, 0x38, 0x6f, 0xb6, 0x72, 0xe1, 0x77, + 0x05, 0x29, 0x76, 0xfa, 0xd1, 0xdf, 0x88, 0x5d, 0xf0, 0xc9, 0xc1, 0x88, 0x5d, 0xf8, 0xb5, 0xe0, + 0x16, 0xfa, 0x1c, 0x56, 0xab, 0xaf, 0xe8, 0xa8, 0x70, 0xd2, 0xdc, 0xcf, 0x08, 0xbd, 0xb7, 0x16, + 0xcc, 0x1a, 0x81, 0x1f, 0xc0, 0x92, 0x7a, 0x1e, 0x2f, 0xd2, 0xd1, 0x7e, 0x55, 0xef, 0x6d, 0x55, + 0x91, 0x86, 0xeb, 0x21, 0x2c, 0xab, 0xdb, 0xa5, 0x09, 0x80, 0xca, 0x65, 0xb3, 0xd7, 0xb1, 0xb1, + 0xde, 0xad, 0x87, 0xb5, 0x42, 0x4f, 0x56, 0xd1, 0x93, 0xcd, 0xd3, 0x63, 0x6f, 0xce, 0xf7, 0xa0, + 0x65, 0xfe, 0x3c, 0x80, 0x76, 0x8a, 0x02, 0x3c, 0xf5, 0x17, 0x86, 0x9e, 0x3b, 0x3b, 0x61, 0x24, + 0x1c, 0x41, 0xc7, 0xfe, 0x2b, 0x04, 0xea, 0x99, 0x07, 0xde, 0x99, 0xff, 0x83, 0xf4, 0xee, 0xce, + 0x9d, 0x2b, 0x44, 0x9d, 0x2f, 0xcb, 0xda, 0xf1, 0xe8, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x36, + 0xa5, 0xa4, 0xd8, 0x82, 0x22, 0x00, 0x00, } diff --git a/api/grpc/types/api.proto b/api/grpc/types/api.proto index 06ab0e9..9dd9020 100644 --- a/api/grpc/types/api.proto +++ b/api/grpc/types/api.proto @@ -28,6 +28,7 @@ message PreMigrationRequest { string cName=4; string srcIp=5; string upperid=6; + repeated string args=7; } message Volumes { @@ -42,6 +43,7 @@ message PreMigrationResponse { message MigrationRequest { string id=1; TargetMachine targetmachine=2; + repeated string args=3; } message MigrationResponse { diff --git a/ctr/migration.go b/ctr/migration.go index 5eb5605..c288139 100644 --- a/ctr/migration.go +++ b/ctr/migration.go @@ -9,9 +9,10 @@ import ( ) var migrationCommand = cli.Command{ - Name: "migration", - Usage: "migration containers", - ArgsUsage: " || mysql 192.168.18.2 9001", + Name: "migration", + Usage: "migration containers", + ArgsUsage: "-H -p -A ||" + + " 192.168.18.2 9001 -A -e MYSQL_ROOT_PASSWORD=123456 mysql", Flags: []cli.Flag{ cli.StringFlag{ Name: "host,H", @@ -21,6 +22,10 @@ var migrationCommand = cli.Command{ Name: "port,p", Usage: "host port", }, + cli.StringSliceFlag{ + Name: "args,A", + Usage: "create docker containers args", + }, }, Action: func(context *cli.Context) error { if err := checkArgs(context, 1); err != nil { @@ -30,7 +35,8 @@ var migrationCommand = cli.Command{ id := context.Args().First() ip := context.String("host") port := context.Uint("port") - fmt.Printf("id:%v, ip %v, port:%v\n", id, ip, port) + args := context.StringSlice("args") + fmt.Printf("id:%v, ip: %v, port:%v, args: %v\n", id, ip, port, args) c := getClient(context) machine := &types.TargetMachine{ Ip: ip, @@ -39,12 +45,13 @@ var migrationCommand = cli.Command{ _, err := c.Migration(netcontext.Background(), &types.MigrationRequest{ Id: id, Targetmachine: machine, + Args: args, }) if err != nil { fmt.Println(err) return err } - fmt.Println("after rpc!") + fmt.Println("finish rpc!") return nil }, } @@ -52,7 +59,7 @@ var migrationCommand = cli.Command{ func checkArgs(context *cli.Context, expected int) error { var err error cmdName := context.Command.Name - fmt.Printf("nums is %v\n", context.NArg()) + fmt.Printf("nums is %v,args is %v\n", context.NArg(), context.Args()) if context.NArg() != expected { err = fmt.Errorf("%s: %q requires exactly %d argument(s)", os.Args[0], cmdName, expected) } diff --git a/supervisor/migration.go b/supervisor/migration.go index 8d4ba3b..3ed23f9 100644 --- a/supervisor/migration.go +++ b/supervisor/migration.go @@ -18,7 +18,8 @@ import ( type MigrationTask struct { baseTask TargetMachine - Id string + Id string + Args []string } type TargetMachine struct { @@ -26,30 +27,13 @@ type TargetMachine struct { Port uint32 } -// -//type localMigration struct { -// *containerInfo -// Rootfs string -// Bundle string -// CheckpointDir string -// IsDump bool -// -//} -// -//type remoteMigration struct { -// Id string -// Rootfs string -// Bundle string -// CheckpointDir string -//} - var ( TimeLogger *log.Logger TimeLogPos = "/run/migration/time.log" ) func (s *Supervisor) StartMigration(t *MigrationTask) error { - + logrus.SetFormatter(&logrus.TextFormatter{FullTimestamp:true}) f, err := os.OpenFile(TimeLogPos, os.O_CREATE|os.O_RDWR|os.O_APPEND, 0666) if err != nil { logrus.Printf("set timelog err:%v\n", err) @@ -208,10 +192,9 @@ func (t *MigrationTask) startMigrationTask(c *containerInfo) error { return err } - //r,_:=migration.NewRemoteMigration(t,l) //在目的主机进行premigration准备操作 logrus.Println("start premigration") - if err = r.PreRemoteMigration(t.Id, l.Imagedir.GetUpperId()); err != nil { + if err = r.PreRemoteMigration(t.Id, l.Imagedir.GetUpperId(), t.Args); err != nil { logrus.Printf("premigration error: %v\n", err) return err } diff --git a/supervisor/migration/lazycopydir/manager.go b/supervisor/migration/lazycopydir/manager.go index 2b180bb..35978a7 100644 --- a/supervisor/migration/lazycopydir/manager.go +++ b/supervisor/migration/lazycopydir/manager.go @@ -2,7 +2,6 @@ package lazycopydir import "time" - //crwdir 挂载的nfs目录 monidiruper读写层目录 lazydir 惰复制目录 func StartLazyCopy(crwdir, monidir, lazydir string) error { @@ -76,4 +75,4 @@ func (replicator *LazyReplicator) Dolazycopy() error { glog.Println("finish lazycopy!") return nil -} \ No newline at end of file +} diff --git a/supervisor/migration/lazycopydir/replicator.go b/supervisor/migration/lazycopydir/replicator.go index 7371d12..3eb7650 100644 --- a/supervisor/migration/lazycopydir/replicator.go +++ b/supervisor/migration/lazycopydir/replicator.go @@ -51,9 +51,9 @@ func (l *LazyReplicator) Replicate() error { targetdir = filepath.Join(l.LazyDir, file) if isdir(file) { - _,err:=os.Stat(targetdir) + _, err := os.Stat(targetdir) if os.IsNotExist(err) { - os.MkdirAll(targetdir,0755) + os.MkdirAll(targetdir, 0755) } } else { if err = LocalCopy(sourcedir, targetdir); err != nil { @@ -66,8 +66,8 @@ func (l *LazyReplicator) Replicate() error { return nil } -func isdir(v string)bool { - if v[len(v)-1]=='/' { +func isdir(v string) bool { + if v[len(v)-1] == '/' { return true } return false diff --git a/supervisor/migration/preMigration.go b/supervisor/migration/preMigration.go index df07118..889ad46 100644 --- a/supervisor/migration/preMigration.go +++ b/supervisor/migration/preMigration.go @@ -22,22 +22,29 @@ type PreMigrationInTargetMachine struct { ImageName string Vol []Volumes SrcIp string + Args []string } var ( - lazyreplicator=make([]*lazycopydir.LazyReplicator,0) + lazyreplicator = make([]*lazycopydir.LazyReplicator, 0) ) func (p *PreMigrationInTargetMachine) StartPre() error { var ( err error ) + + if len(p.Vol) == 0 { + goto CREATCONT + } + glog.Println("premkdir") if err = p.PreMkVolDir(); err != nil { glog.Println(err) return err } +CREATCONT: glog.Println("create docker container") if err = p.CreateDockerContainer(); err != nil { glog.Println(err) @@ -49,6 +56,9 @@ func (p *PreMigrationInTargetMachine) StartPre() error { glog.Println(err) return err } + if len(p.Vol) == 0 { + goto STARTCONT + } glog.Println("mount nfs") if err = p.MountNfs(); err != nil { @@ -63,18 +73,19 @@ func (p *PreMigrationInTargetMachine) StartPre() error { } glog.Println("pre lazycopy") - if err=p.StartPreLazyCopy();err!=nil { + if err = p.StartPreLazyCopy(); err != nil { glog.Println(err) return err } +STARTCONT: glog.Println("start docker container") - if err=p.StartDockerContainer();err!=nil { + if err = p.StartDockerContainer(); err != nil { glog.Println(err) return err } - glog.Printf("now container start run! %v\n",time.Now()) + glog.Printf("now container start run! %v\n", time.Now()) glog.Println("start lazycopy") if err = p.StartLazyCopy(); err != nil { @@ -119,18 +130,22 @@ func (p *PreMigrationInTargetMachine) CreateDockerContainer() error { var ( err error ) - args1:=append([]string{"rm"},p.Cname+"copy") - cmd1:=exec.Command("docker",args1...) + args1 := append([]string{"rm"}, p.Cname+"copy") + cmd1 := exec.Command("docker", args1...) cmd1.Run() - args := append([]string{"create", "-P", "--security-opt", "seccomp:unconfined", - "-e", "MYSQL_ROOT_PASSWORD=123456", "--name"}, - p.Cname+"copy") - //args=append(args,"-v") + args := append([]string{"create", "-P", "--security-opt", + "seccomp:unconfined", "--name"}, p.Cname+"copy") + + if len(p.Args) != 0 { + args = append(args, p.Args...) + } + for i, v := range p.Vol { args = append(args, "-v", fmt.Sprintf("%s:%s", filepath.Join(preVolume, p.Id, strconv.Itoa(i), "merge"), v.dst)) } + args = append(args, p.ImageName) cmd := exec.Command("docker", args...) glog.Printf("create cmd is %v\n", cmd.Args) @@ -141,14 +156,14 @@ func (p *PreMigrationInTargetMachine) CreateDockerContainer() error { return nil } -func (p *PreMigrationInTargetMachine) StartDockerContainer() error { - name:=p.Cname+"copy" - args:=[]string{"start","--checkpoint-dir"} - args=append(args,filepath.Join(RemoteCheckpointDir,p.Id+"copy")) - args=append(args,"--checkpoint",DumpAll,name) - cmd:=exec.Command("docker",args...) - glog.Printf("start docker cmd is %v\n",cmd.Args) - if err:=cmd.Run();err!=nil { +func (p *PreMigrationInTargetMachine) StartDockerContainer() error { + name := p.Cname + "copy" + args := []string{"start", "--checkpoint-dir"} + args = append(args, filepath.Join(RemoteCheckpointDir, p.Id+"copy")) + args = append(args, "--checkpoint", DumpAll, name) + cmd := exec.Command("docker", args...) + glog.Printf("start docker cmd is %v\n", cmd.Args) + if err := cmd.Run(); err != nil { glog.Println(err) return err } @@ -266,7 +281,6 @@ func (p *PreMigrationInTargetMachine) StartPreLazyCopy() error { var ( err error crwdir, monidir, lazydir string - ) for i := 0; i < len(p.Vol); i++ { @@ -274,15 +288,15 @@ func (p *PreMigrationInTargetMachine) StartPreLazyCopy() error { crwdir = filepath.Join(RemoteGetVolume(p.Id, i), "nfs") monidir = filepath.Join(RemoteGetVolume(p.Id, i), "upper") lazydir = filepath.Join(RemoteGetVolume(p.Id, i), "lazy") - r:=lazycopydir.NewLazyReplicator(crwdir,monidir,lazydir) - if err=r.Prelazy();err!=nil { + r := lazycopydir.NewLazyReplicator(crwdir, monidir, lazydir) + if err = r.Prelazy(); err != nil { glog.Println(err) return err } - lazyreplicator=append(lazyreplicator,r) + lazyreplicator = append(lazyreplicator, r) } - glog.Printf("finish pre lazy copy:%v",time.Now()) + glog.Printf("finish pre lazy copy:%v", time.Now()) return nil } @@ -290,11 +304,11 @@ func (p *PreMigrationInTargetMachine) StartLazyCopy() error { var ( err error ) - for _,v:=range lazyreplicator { - if err=v.Dolazycopy();err!=nil { + for _, v := range lazyreplicator { + if err = v.Dolazycopy(); err != nil { glog.Println(err) return err } } return nil -} \ No newline at end of file +} diff --git a/supervisor/migration/remoteMigration.go b/supervisor/migration/remoteMigration.go index edd8347..3efe4ca 100644 --- a/supervisor/migration/remoteMigration.go +++ b/supervisor/migration/remoteMigration.go @@ -159,7 +159,7 @@ func (r *remoteMigration) SetSpec(l *localMigration) error { } //向目的主机发送grpc请求 -func (r *remoteMigration) PreRemoteMigration(id, upperid string) error { +func (r *remoteMigration) PreRemoteMigration(id, upperid string, args []string) error { //glog.Printf("upperid is %v\n",upperid) var ( @@ -195,6 +195,7 @@ func (r *remoteMigration) PreRemoteMigration(id, upperid string) error { ImageName: imagename, SrcIp: srcip, CName: Cname, + Args: args, } pvol := make([]*types.Volumes, 0) for _, v := range vol { diff --git a/supervisor/preMigration.go b/supervisor/preMigration.go index db929dd..7ef5e78 100644 --- a/supervisor/preMigration.go +++ b/supervisor/preMigration.go @@ -17,6 +17,7 @@ type PreMigrationTask struct { Vol []Volumes Cname string SrcIp string + Args []string } type Volumes struct { @@ -44,9 +45,10 @@ func (s *Supervisor) PreMigration(t *PreMigrationTask) error { ImageName: t.ImageName, Vol: vols, SrcIp: t.SrcIp, + Args: t.Args, } - logrus.Printf("start preMigration at %v\n",time.Now()) + logrus.Printf("start preMigration at %v\n", time.Now()) if err = pre.StartPre(); err != nil { logrus.Printf("start pre in supervisor error:%v\n", err) return err