diff --git a/csi.proto b/csi.proto index 1b2b2316..9f5fc650 100644 --- a/csi.proto +++ b/csi.proto @@ -1065,7 +1065,7 @@ message Error { // information. This string maybe surfaced by CO to end users. string error_description = 2; - // On `VOLUME_ALREADY_ATTACHED` and `MAX_ATTACHED_NODES` errors, + // On `VOLUME_ALREADY_PUBLISHED` and `MAX_ATTACHED_NODES` errors, // this field contains the node(s) that the specified volume is // already attached to. repeated string node_ids = 3; @@ -1139,8 +1139,6 @@ message Error { // retrying. INVALID_NODE_ID = 6; - VOLUME_NOT_ATTACHED_TO_SPECIFIED_NODE = 7; - // Indicates that the Plugin does not support the operation // without a node ID. // diff --git a/lib/go/csi/csi.pb.go b/lib/go/csi/csi.pb.go index e8f8fdcb..f6c57932 100644 --- a/lib/go/csi/csi.pb.go +++ b/lib/go/csi/csi.pb.go @@ -1,5 +1,6 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. +// Code generated by protoc-gen-go. // source: csi.proto +// DO NOT EDIT! /* Package csi is a generated protocol buffer package. @@ -575,8 +576,7 @@ const ( // // Recovery behavior: Caller MUST fix the node ID before // retrying. - Error_ControllerUnpublishVolumeError_INVALID_NODE_ID Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode = 6 - Error_ControllerUnpublishVolumeError_VOLUME_NOT_ATTACHED_TO_SPECIFIED_NODE Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode = 7 + Error_ControllerUnpublishVolumeError_INVALID_NODE_ID Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode = 6 // Indicates that the Plugin does not support the operation // without a node ID. // @@ -593,19 +593,17 @@ var Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode_name 4: "VOLUME_DOES_NOT_EXIST", 5: "NODE_DOES_NOT_EXIST", 6: "INVALID_NODE_ID", - 7: "VOLUME_NOT_ATTACHED_TO_SPECIFIED_NODE", 8: "NODE_ID_REQUIRED", } var Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode_value = map[string]int32{ - "UNKNOWN": 0, - "CALL_NOT_IMPLEMENTED": 1, - "OPERATION_PENDING_FOR_VOLUME": 2, - "INVALID_VOLUME_ID": 3, - "VOLUME_DOES_NOT_EXIST": 4, - "NODE_DOES_NOT_EXIST": 5, - "INVALID_NODE_ID": 6, - "VOLUME_NOT_ATTACHED_TO_SPECIFIED_NODE": 7, - "NODE_ID_REQUIRED": 8, + "UNKNOWN": 0, + "CALL_NOT_IMPLEMENTED": 1, + "OPERATION_PENDING_FOR_VOLUME": 2, + "INVALID_VOLUME_ID": 3, + "VOLUME_DOES_NOT_EXIST": 4, + "NODE_DOES_NOT_EXIST": 5, + "INVALID_NODE_ID": 6, + "NODE_ID_REQUIRED": 8, } func (x Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode) String() string { @@ -1076,27 +1074,6 @@ func (m *Version) String() string { return proto.CompactTextString(m) func (*Version) ProtoMessage() {} func (*Version) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } -func (m *Version) GetMajor() uint32 { - if m != nil { - return m.Major - } - return 0 -} - -func (m *Version) GetMinor() uint32 { - if m != nil { - return m.Minor - } - return 0 -} - -func (m *Version) GetPatch() uint32 { - if m != nil { - return m.Patch - } - return 0 -} - // ////// // ////// type GetPluginInfoRequest struct { @@ -1253,20 +1230,6 @@ func (m *GetPluginInfoResponse_Result) String() string { return proto func (*GetPluginInfoResponse_Result) ProtoMessage() {} func (*GetPluginInfoResponse_Result) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4, 0} } -func (m *GetPluginInfoResponse_Result) GetName() string { - if m != nil { - return m.Name - } - return "" -} - -func (m *GetPluginInfoResponse_Result) GetVendorVersion() string { - if m != nil { - return m.VendorVersion - } - return "" -} - func (m *GetPluginInfoResponse_Result) GetManifest() map[string]string { if m != nil { return m.Manifest @@ -1339,13 +1302,6 @@ func (m *CreateVolumeRequest) GetVersion() *Version { return nil } -func (m *CreateVolumeRequest) GetName() string { - if m != nil { - return m.Name - } - return "" -} - func (m *CreateVolumeRequest) GetCapacityRange() *CapacityRange { if m != nil { return m.CapacityRange @@ -1677,20 +1633,6 @@ func (m *VolumeCapability_MountVolume) String() string { return proto func (*VolumeCapability_MountVolume) ProtoMessage() {} func (*VolumeCapability_MountVolume) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7, 1} } -func (m *VolumeCapability_MountVolume) GetFsType() string { - if m != nil { - return m.FsType - } - return "" -} - -func (m *VolumeCapability_MountVolume) GetMountFlags() []string { - if m != nil { - return m.MountFlags - } - return nil -} - // Specify how a volume can be accessed. type VolumeCapability_AccessMode struct { // This field is REQUIRED. @@ -1702,13 +1644,6 @@ func (m *VolumeCapability_AccessMode) String() string { return proto. func (*VolumeCapability_AccessMode) ProtoMessage() {} func (*VolumeCapability_AccessMode) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7, 2} } -func (m *VolumeCapability_AccessMode) GetMode() VolumeCapability_AccessMode_Mode { - if m != nil { - return m.Mode - } - return VolumeCapability_AccessMode_UNKNOWN -} - // The capacity of the storage space in bytes. To specify an exact size, // `required_bytes` and `limit_bytes` can be set to the same value. At // least one of the these fields MUST be specified. @@ -1726,20 +1661,6 @@ func (m *CapacityRange) String() string { return proto.CompactTextStr func (*CapacityRange) ProtoMessage() {} func (*CapacityRange) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} } -func (m *CapacityRange) GetRequiredBytes() uint64 { - if m != nil { - return m.RequiredBytes - } - return 0 -} - -func (m *CapacityRange) GetLimitBytes() uint64 { - if m != nil { - return m.LimitBytes - } - return 0 -} - // The information about a provisioned volume. type VolumeInfo struct { // The capacity of the volume in bytes. This field is OPTIONAL. If not @@ -1766,20 +1687,6 @@ func (m *VolumeInfo) String() string { return proto.CompactTextString func (*VolumeInfo) ProtoMessage() {} func (*VolumeInfo) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} } -func (m *VolumeInfo) GetCapacityBytes() uint64 { - if m != nil { - return m.CapacityBytes - } - return 0 -} - -func (m *VolumeInfo) GetId() string { - if m != nil { - return m.Id - } - return "" -} - func (m *VolumeInfo) GetAttributes() map[string]string { if m != nil { return m.Attributes @@ -1822,13 +1729,6 @@ func (m *DeleteVolumeRequest) GetVersion() *Version { return nil } -func (m *DeleteVolumeRequest) GetVolumeId() string { - if m != nil { - return m.VolumeId - } - return "" -} - func (m *DeleteVolumeRequest) GetUserCredentials() map[string]string { if m != nil { return m.UserCredentials @@ -2017,20 +1917,6 @@ func (m *ControllerPublishVolumeRequest) GetVersion() *Version { return nil } -func (m *ControllerPublishVolumeRequest) GetVolumeId() string { - if m != nil { - return m.VolumeId - } - return "" -} - -func (m *ControllerPublishVolumeRequest) GetNodeId() string { - if m != nil { - return m.NodeId - } - return "" -} - func (m *ControllerPublishVolumeRequest) GetVolumeCapability() *VolumeCapability { if m != nil { return m.VolumeCapability @@ -2038,13 +1924,6 @@ func (m *ControllerPublishVolumeRequest) GetVolumeCapability() *VolumeCapability return nil } -func (m *ControllerPublishVolumeRequest) GetReadonly() bool { - if m != nil { - return m.Readonly - } - return false -} - func (m *ControllerPublishVolumeRequest) GetUserCredentials() map[string]string { if m != nil { return m.UserCredentials @@ -2253,20 +2132,6 @@ func (m *ControllerUnpublishVolumeRequest) GetVersion() *Version { return nil } -func (m *ControllerUnpublishVolumeRequest) GetVolumeId() string { - if m != nil { - return m.VolumeId - } - return "" -} - -func (m *ControllerUnpublishVolumeRequest) GetNodeId() string { - if m != nil { - return m.NodeId - } - return "" -} - func (m *ControllerUnpublishVolumeRequest) GetUserCredentials() map[string]string { if m != nil { return m.UserCredentials @@ -2441,13 +2306,6 @@ func (m *ValidateVolumeCapabilitiesRequest) GetVersion() *Version { return nil } -func (m *ValidateVolumeCapabilitiesRequest) GetVolumeId() string { - if m != nil { - return m.VolumeId - } - return "" -} - func (m *ValidateVolumeCapabilitiesRequest) GetVolumeCapabilities() []*VolumeCapability { if m != nil { return m.VolumeCapabilities @@ -2606,20 +2464,6 @@ func (*ValidateVolumeCapabilitiesResponse_Result) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17, 0} } -func (m *ValidateVolumeCapabilitiesResponse_Result) GetSupported() bool { - if m != nil { - return m.Supported - } - return false -} - -func (m *ValidateVolumeCapabilitiesResponse_Result) GetMessage() string { - if m != nil { - return m.Message - } - return "" -} - // ////// // ////// type ListVolumesRequest struct { @@ -2652,20 +2496,6 @@ func (m *ListVolumesRequest) GetVersion() *Version { return nil } -func (m *ListVolumesRequest) GetMaxEntries() uint32 { - if m != nil { - return m.MaxEntries - } - return 0 -} - -func (m *ListVolumesRequest) GetStartingToken() string { - if m != nil { - return m.StartingToken - } - return "" -} - type ListVolumesResponse struct { // One of the following fields MUST be specified. // @@ -2812,13 +2642,6 @@ func (m *ListVolumesResponse_Result) GetEntries() []*ListVolumesResponse_Result_ return nil } -func (m *ListVolumesResponse_Result) GetNextToken() string { - if m != nil { - return m.NextToken - } - return "" -} - type ListVolumesResponse_Result_Entry struct { VolumeInfo *VolumeInfo `protobuf:"bytes,1,opt,name=volume_info,json=volumeInfo" json:"volume_info,omitempty"` } @@ -3018,13 +2841,6 @@ func (m *GetCapacityResponse_Result) String() string { return proto.C func (*GetCapacityResponse_Result) ProtoMessage() {} func (*GetCapacityResponse_Result) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21, 0} } -func (m *GetCapacityResponse_Result) GetAvailableCapacity() uint64 { - if m != nil { - return m.AvailableCapacity - } - return 0 -} - // ////// // ////// type ControllerProbeRequest struct { @@ -3447,13 +3263,6 @@ func (*ControllerServiceCapability_RPC) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26, 0} } -func (m *ControllerServiceCapability_RPC) GetType() ControllerServiceCapability_RPC_Type { - if m != nil { - return m.Type - } - return ControllerServiceCapability_RPC_UNKNOWN -} - // ////// // ////// type NodePublishVolumeRequest struct { @@ -3509,13 +3318,6 @@ func (m *NodePublishVolumeRequest) GetVersion() *Version { return nil } -func (m *NodePublishVolumeRequest) GetVolumeId() string { - if m != nil { - return m.VolumeId - } - return "" -} - func (m *NodePublishVolumeRequest) GetPublishVolumeInfo() map[string]string { if m != nil { return m.PublishVolumeInfo @@ -3523,13 +3325,6 @@ func (m *NodePublishVolumeRequest) GetPublishVolumeInfo() map[string]string { return nil } -func (m *NodePublishVolumeRequest) GetTargetPath() string { - if m != nil { - return m.TargetPath - } - return "" -} - func (m *NodePublishVolumeRequest) GetVolumeCapability() *VolumeCapability { if m != nil { return m.VolumeCapability @@ -3537,13 +3332,6 @@ func (m *NodePublishVolumeRequest) GetVolumeCapability() *VolumeCapability { return nil } -func (m *NodePublishVolumeRequest) GetReadonly() bool { - if m != nil { - return m.Readonly - } - return false -} - func (m *NodePublishVolumeRequest) GetUserCredentials() map[string]string { if m != nil { return m.UserCredentials @@ -3729,20 +3517,6 @@ func (m *NodeUnpublishVolumeRequest) GetVersion() *Version { return nil } -func (m *NodeUnpublishVolumeRequest) GetVolumeId() string { - if m != nil { - return m.VolumeId - } - return "" -} - -func (m *NodeUnpublishVolumeRequest) GetTargetPath() string { - if m != nil { - return m.TargetPath - } - return "" -} - func (m *NodeUnpublishVolumeRequest) GetUserCredentials() map[string]string { if m != nil { return m.UserCredentials @@ -4038,13 +3812,6 @@ func (m *GetNodeIDResponse_Result) String() string { return proto.Com func (*GetNodeIDResponse_Result) ProtoMessage() {} func (*GetNodeIDResponse_Result) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{32, 0} } -func (m *GetNodeIDResponse_Result) GetNodeId() string { - if m != nil { - return m.NodeId - } - return "" -} - // ////// // ////// type NodeProbeRequest struct { @@ -4457,13 +4224,6 @@ func (m *NodeServiceCapability_RPC) String() string { return proto.Co func (*NodeServiceCapability_RPC) ProtoMessage() {} func (*NodeServiceCapability_RPC) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{37, 0} } -func (m *NodeServiceCapability_RPC) GetType() NodeServiceCapability_RPC_Type { - if m != nil { - return m.Type - } - return NodeServiceCapability_RPC_UNKNOWN -} - // ////// // ////// type Error struct { @@ -4889,27 +4649,6 @@ func (m *Error_GeneralError) String() string { return proto.CompactTe func (*Error_GeneralError) ProtoMessage() {} func (*Error_GeneralError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 0} } -func (m *Error_GeneralError) GetErrorCode() Error_GeneralError_GeneralErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_GeneralError_UNKNOWN -} - -func (m *Error_GeneralError) GetCallerMustNotRetry() bool { - if m != nil { - return m.CallerMustNotRetry - } - return false -} - -func (m *Error_GeneralError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `CreateVolume` specific error. type Error_CreateVolumeError struct { // Machine parsable error code. @@ -4924,20 +4663,6 @@ func (m *Error_CreateVolumeError) String() string { return proto.Comp func (*Error_CreateVolumeError) ProtoMessage() {} func (*Error_CreateVolumeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 1} } -func (m *Error_CreateVolumeError) GetErrorCode() Error_CreateVolumeError_CreateVolumeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_CreateVolumeError_UNKNOWN -} - -func (m *Error_CreateVolumeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `DeleteVolume` specific error. type Error_DeleteVolumeError struct { // Machine parsable error code. @@ -4952,20 +4677,6 @@ func (m *Error_DeleteVolumeError) String() string { return proto.Comp func (*Error_DeleteVolumeError) ProtoMessage() {} func (*Error_DeleteVolumeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 2} } -func (m *Error_DeleteVolumeError) GetErrorCode() Error_DeleteVolumeError_DeleteVolumeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_DeleteVolumeError_UNKNOWN -} - -func (m *Error_DeleteVolumeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `ControllerPublishVolume` specific error. type Error_ControllerPublishVolumeError struct { // Machine parsable error code. @@ -4973,7 +4684,7 @@ type Error_ControllerPublishVolumeError struct { // Human readable description of error, possibly with additional // information. This string maybe surfaced by CO to end users. ErrorDescription string `protobuf:"bytes,2,opt,name=error_description,json=errorDescription" json:"error_description,omitempty"` - // On `VOLUME_ALREADY_ATTACHED` and `MAX_ATTACHED_NODES` errors, + // On `VOLUME_ALREADY_PUBLISHED` and `MAX_ATTACHED_NODES` errors, // this field contains the node(s) that the specified volume is // already attached to. NodeIds []string `protobuf:"bytes,3,rep,name=node_ids,json=nodeIds" json:"node_ids,omitempty"` @@ -4986,27 +4697,6 @@ func (*Error_ControllerPublishVolumeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 3} } -func (m *Error_ControllerPublishVolumeError) GetErrorCode() Error_ControllerPublishVolumeError_ControllerPublishVolumeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_ControllerPublishVolumeError_UNKNOWN -} - -func (m *Error_ControllerPublishVolumeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - -func (m *Error_ControllerPublishVolumeError) GetNodeIds() []string { - if m != nil { - return m.NodeIds - } - return nil -} - // `ControllerUnpublishVolume` specific error. type Error_ControllerUnpublishVolumeError struct { ErrorCode Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,enum=csi.Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode" json:"error_code,omitempty"` @@ -5020,20 +4710,6 @@ func (*Error_ControllerUnpublishVolumeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 4} } -func (m *Error_ControllerUnpublishVolumeError) GetErrorCode() Error_ControllerUnpublishVolumeError_ControllerUnpublishVolumeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_ControllerUnpublishVolumeError_UNKNOWN -} - -func (m *Error_ControllerUnpublishVolumeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `ValidateVolumeCapabilities` specific error. type Error_ValidateVolumeCapabilitiesError struct { ErrorCode Error_ValidateVolumeCapabilitiesError_ValidateVolumeCapabilitiesErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,enum=csi.Error_ValidateVolumeCapabilitiesError_ValidateVolumeCapabilitiesErrorCode" json:"error_code,omitempty"` @@ -5047,20 +4723,6 @@ func (*Error_ValidateVolumeCapabilitiesError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 5} } -func (m *Error_ValidateVolumeCapabilitiesError) GetErrorCode() Error_ValidateVolumeCapabilitiesError_ValidateVolumeCapabilitiesErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_ValidateVolumeCapabilitiesError_UNKNOWN -} - -func (m *Error_ValidateVolumeCapabilitiesError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `ControllerProbe` specific error. type Error_ControllerProbeError struct { ErrorCode Error_ControllerProbeError_ControllerProbeErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,enum=csi.Error_ControllerProbeError_ControllerProbeErrorCode" json:"error_code,omitempty"` @@ -5072,20 +4734,6 @@ func (m *Error_ControllerProbeError) String() string { return proto.C func (*Error_ControllerProbeError) ProtoMessage() {} func (*Error_ControllerProbeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 6} } -func (m *Error_ControllerProbeError) GetErrorCode() Error_ControllerProbeError_ControllerProbeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_ControllerProbeError_UNKNOWN -} - -func (m *Error_ControllerProbeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `NodePublishVolume` specific error. type Error_NodePublishVolumeError struct { ErrorCode Error_NodePublishVolumeError_NodePublishVolumeErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,enum=csi.Error_NodePublishVolumeError_NodePublishVolumeErrorCode" json:"error_code,omitempty"` @@ -5099,20 +4747,6 @@ func (*Error_NodePublishVolumeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 7} } -func (m *Error_NodePublishVolumeError) GetErrorCode() Error_NodePublishVolumeError_NodePublishVolumeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_NodePublishVolumeError_UNKNOWN -} - -func (m *Error_NodePublishVolumeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `NodeUnpublishVolume` specific error. type Error_NodeUnpublishVolumeError struct { ErrorCode Error_NodeUnpublishVolumeError_NodeUnpublishVolumeErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,enum=csi.Error_NodeUnpublishVolumeError_NodeUnpublishVolumeErrorCode" json:"error_code,omitempty"` @@ -5126,20 +4760,6 @@ func (*Error_NodeUnpublishVolumeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 8} } -func (m *Error_NodeUnpublishVolumeError) GetErrorCode() Error_NodeUnpublishVolumeError_NodeUnpublishVolumeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_NodeUnpublishVolumeError_UNKNOWN -} - -func (m *Error_NodeUnpublishVolumeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `NodeProbe` specific error. type Error_NodeProbeError struct { ErrorCode Error_NodeProbeError_NodeProbeErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,enum=csi.Error_NodeProbeError_NodeProbeErrorCode" json:"error_code,omitempty"` @@ -5151,20 +4771,6 @@ func (m *Error_NodeProbeError) String() string { return proto.Compact func (*Error_NodeProbeError) ProtoMessage() {} func (*Error_NodeProbeError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 9} } -func (m *Error_NodeProbeError) GetErrorCode() Error_NodeProbeError_NodeProbeErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_NodeProbeError_UNKNOWN -} - -func (m *Error_NodeProbeError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - // `GetNodeID` specific error. type Error_GetNodeIDError struct { ErrorCode Error_GetNodeIDError_GetNodeIDErrorCode `protobuf:"varint,1,opt,name=error_code,json=errorCode,enum=csi.Error_GetNodeIDError_GetNodeIDErrorCode" json:"error_code,omitempty"` @@ -5176,20 +4782,6 @@ func (m *Error_GetNodeIDError) String() string { return proto.Compact func (*Error_GetNodeIDError) ProtoMessage() {} func (*Error_GetNodeIDError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{38, 10} } -func (m *Error_GetNodeIDError) GetErrorCode() Error_GetNodeIDError_GetNodeIDErrorCode { - if m != nil { - return m.ErrorCode - } - return Error_GetNodeIDError_UNKNOWN -} - -func (m *Error_GetNodeIDError) GetErrorDescription() string { - if m != nil { - return m.ErrorDescription - } - return "" -} - func init() { proto.RegisterType((*GetSupportedVersionsRequest)(nil), "csi.GetSupportedVersionsRequest") proto.RegisterType((*GetSupportedVersionsResponse)(nil), "csi.GetSupportedVersionsResponse") @@ -5911,214 +5503,213 @@ var _Node_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("csi.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 3335 bytes of a gzipped FileDescriptorProto + // 3313 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5b, 0x4d, 0x6c, 0x23, 0x57, 0x1d, 0xf7, 0xf8, 0x23, 0x4e, 0xfe, 0xd9, 0xec, 0x4e, 0x5e, 0xbe, 0x9c, 0x49, 0x76, 0x93, 0x9d, 0xed, 0xb6, 0x5b, 0x4a, 0x03, 0xa4, 0x48, 0xdd, 0xdd, 0x7e, 0x3a, 0xf6, 0xc4, 0x31, 0xeb, 0x8c, 0xdd, 0xb1, 0xbd, 0xdb, 0x05, 0xb5, 0xc3, 0xc4, 0x9e, 0x64, 0xcd, 0x3a, 0xb6, 0x3b, 0x33, 0x8e, - 0xea, 0x2b, 0x20, 0x24, 0x24, 0x04, 0x08, 0x0e, 0xbd, 0x20, 0x38, 0x14, 0xd1, 0x4a, 0x1c, 0xf9, - 0x3a, 0x20, 0x2e, 0x70, 0x44, 0x1c, 0x90, 0x50, 0x91, 0x90, 0x90, 0xe0, 0x58, 0x4e, 0xdc, 0x8a, - 0xc4, 0x05, 0xcd, 0x7b, 0x6f, 0xc6, 0x33, 0xe3, 0x37, 0xb6, 0x13, 0xbb, 0x2d, 0x37, 0xcf, 0xff, - 0xbd, 0xf7, 0xfb, 0xbf, 0xff, 0xe7, 0xfb, 0xbf, 0x0f, 0xc3, 0x5c, 0xcd, 0x6c, 0xec, 0x74, 0x8c, - 0xb6, 0xd5, 0x46, 0xb1, 0x9a, 0xd9, 0x10, 0xaf, 0xc2, 0x46, 0x4e, 0xb7, 0xca, 0xdd, 0x4e, 0xa7, - 0x6d, 0x58, 0x7a, 0xfd, 0xbe, 0x6e, 0x98, 0x8d, 0x76, 0xcb, 0x54, 0xf4, 0xb7, 0xba, 0xba, 0x69, - 0x89, 0x1f, 0x70, 0xb0, 0xc9, 0x6e, 0x37, 0x3b, 0xed, 0x96, 0xa9, 0xa3, 0x3d, 0x98, 0x31, 0x74, - 0xb3, 0xdb, 0xb4, 0x52, 0xdc, 0x36, 0x77, 0x6b, 0x7e, 0xf7, 0xd6, 0x8e, 0xcd, 0x60, 0xd8, 0x90, - 0x1d, 0x05, 0xf7, 0x3f, 0x88, 0x28, 0x74, 0x24, 0x12, 0x21, 0xa1, 0x1b, 0x46, 0xdb, 0x48, 0x45, - 0x31, 0x04, 0x60, 0x08, 0xc9, 0xa6, 0x1c, 0x44, 0x14, 0xd2, 0x24, 0x48, 0x30, 0x43, 0xc6, 0xa1, - 0x17, 0x00, 0x99, 0x0e, 0xb6, 0x7a, 0x46, 0xc1, 0x53, 0xdc, 0x76, 0xec, 0xd6, 0xfc, 0xee, 0x25, - 0x3c, 0x94, 0x72, 0x54, 0x16, 0xcd, 0xe0, 0x1c, 0xf6, 0x92, 0x90, 0x30, 0xf4, 0x4e, 0xb3, 0x27, - 0xde, 0x83, 0x24, 0x25, 0xa2, 0x65, 0x48, 0x9c, 0x6a, 0x5f, 0x6b, 0x1b, 0x58, 0x82, 0x05, 0x85, - 0x7c, 0x60, 0x6a, 0xa3, 0x45, 0x27, 0x65, 0x53, 0xed, 0x0f, 0x9b, 0xda, 0xd1, 0xac, 0xda, 0xa3, - 0x54, 0x8c, 0x50, 0xf1, 0x87, 0xf8, 0x32, 0x2c, 0xe7, 0x74, 0xab, 0xd4, 0xec, 0x9e, 0x34, 0x5a, - 0xf9, 0xd6, 0x71, 0x9b, 0x6a, 0x0f, 0x3d, 0x09, 0x49, 0x3a, 0x41, 0xaa, 0x1d, 0xff, 0xfc, 0x9c, - 0x46, 0xf1, 0xcf, 0x51, 0x58, 0x09, 0x00, 0x50, 0xf5, 0xbe, 0x10, 0x50, 0xef, 0x75, 0x47, 0xbd, - 0x83, 0x7d, 0x2f, 0xa6, 0xd7, 0x3f, 0x71, 0xae, 0x62, 0x11, 0xc4, 0x5b, 0xda, 0xa9, 0x8e, 0x39, - 0xcd, 0x29, 0xf8, 0x37, 0xba, 0x09, 0x97, 0xcf, 0xf4, 0x56, 0xbd, 0x6d, 0x38, 0x9a, 0xc6, 0x58, - 0x73, 0xca, 0x02, 0xa1, 0x3a, 0x2a, 0xbc, 0x07, 0xb3, 0xa7, 0x5a, 0xab, 0x71, 0xac, 0x9b, 0x56, - 0x2a, 0x86, 0x2d, 0xf1, 0xb9, 0x91, 0x13, 0xdd, 0x39, 0xa4, 0x23, 0xa4, 0x96, 0x65, 0xf4, 0x14, - 0x17, 0x40, 0x78, 0x01, 0x16, 0x7c, 0x4d, 0x88, 0x87, 0xd8, 0x63, 0xbd, 0x47, 0xe7, 0x65, 0xff, - 0xb4, 0xcd, 0x70, 0xa6, 0x35, 0xbb, 0x3a, 0x9d, 0x0d, 0xf9, 0xb8, 0x1b, 0xbd, 0xcd, 0xf5, 0x0d, - 0xfc, 0xdf, 0x18, 0x2c, 0x65, 0x0c, 0x5d, 0xb3, 0xf4, 0xfb, 0xed, 0x66, 0xf7, 0x54, 0x3f, 0xa7, - 0x4d, 0x5c, 0x6d, 0x44, 0x3d, 0xda, 0xb8, 0x03, 0x97, 0x6b, 0x5a, 0x47, 0xab, 0x35, 0xac, 0x9e, - 0x6a, 0x68, 0xad, 0x13, 0x1d, 0xbb, 0xc1, 0xfc, 0x2e, 0xc2, 0x10, 0x19, 0xda, 0xa4, 0xd8, 0x2d, - 0xca, 0x42, 0xcd, 0xfb, 0x89, 0xf6, 0x61, 0xe9, 0x0c, 0xcf, 0x43, 0xb5, 0xe9, 0x47, 0x8d, 0x66, - 0xc3, 0x6a, 0xe8, 0x66, 0x2a, 0x8e, 0x95, 0xb5, 0x42, 0xa6, 0x80, 0xdb, 0x33, 0x4e, 0x73, 0x4f, - 0x41, 0x67, 0x7e, 0x4a, 0x43, 0x37, 0xd1, 0x01, 0x40, 0x47, 0x33, 0xb4, 0x53, 0xdd, 0xd2, 0x0d, - 0x33, 0x95, 0xc0, 0xc3, 0x49, 0xcc, 0x31, 0x84, 0xdd, 0x29, 0xb9, 0x5d, 0x89, 0x92, 0x3d, 0x63, - 0xd1, 0xeb, 0xc0, 0x77, 0x4d, 0xdd, 0x50, 0x6b, 0x86, 0x5e, 0xd7, 0x5b, 0x56, 0x43, 0x6b, 0x9a, - 0xa9, 0x19, 0x8c, 0xf7, 0x6c, 0x28, 0x5e, 0xd5, 0xd4, 0x8d, 0x4c, 0xbf, 0x3f, 0x01, 0xbd, 0xd2, - 0xf5, 0x53, 0x85, 0x97, 0xe0, 0x4a, 0x80, 0xf1, 0x79, 0x4c, 0x28, 0xec, 0xc1, 0x32, 0x8b, 0xcf, - 0x79, 0x30, 0xc4, 0xdf, 0x72, 0xb0, 0xec, 0x17, 0x80, 0x06, 0xd4, 0xdd, 0x40, 0x40, 0x6d, 0x33, - 0x64, 0x9d, 0x24, 0x9e, 0xee, 0xba, 0xe1, 0xf4, 0x79, 0x98, 0xa7, 0x16, 0x6f, 0xb4, 0x8e, 0xdb, - 0x94, 0xdd, 0x15, 0x8f, 0xa5, 0x71, 0x4c, 0xc0, 0x99, 0xfb, 0xbb, 0xef, 0xbb, 0x3f, 0x8e, 0x03, - 0x1f, 0xf4, 0x06, 0x74, 0x07, 0x12, 0x47, 0xcd, 0x76, 0xed, 0xb1, 0x2f, 0x13, 0x04, 0x7b, 0xed, - 0xec, 0xd9, 0x5d, 0x08, 0xd5, 0x9e, 0x14, 0x1e, 0x61, 0x0f, 0x3d, 0x6d, 0x77, 0x5b, 0x16, 0x9d, - 0x78, 0xc8, 0xd0, 0x43, 0xbb, 0x4b, 0x7f, 0x28, 0x1e, 0x81, 0xd2, 0x30, 0xaf, 0xd5, 0x6a, 0xba, - 0x69, 0xaa, 0xa7, 0xed, 0xba, 0xe3, 0xef, 0xdb, 0x6c, 0x80, 0x34, 0xee, 0x78, 0xd8, 0xae, 0xeb, - 0x0a, 0x68, 0xee, 0x6f, 0x61, 0x01, 0xe6, 0x3d, 0xb3, 0x12, 0x72, 0x30, 0xef, 0xe1, 0x84, 0xd6, - 0x20, 0x79, 0x6c, 0xaa, 0x56, 0xaf, 0xe3, 0x24, 0x9e, 0x99, 0x63, 0xb3, 0xd2, 0xeb, 0xe8, 0x68, - 0x0b, 0xe6, 0xf1, 0x14, 0xd4, 0xe3, 0xa6, 0x76, 0x62, 0xa6, 0xa2, 0xdb, 0xb1, 0x5b, 0x73, 0x0a, - 0x60, 0xd2, 0xbe, 0x4d, 0x11, 0x3e, 0xe4, 0x00, 0xfa, 0x2c, 0xd1, 0x1d, 0x88, 0xe3, 0x29, 0xda, - 0x28, 0x97, 0x77, 0x6f, 0x8e, 0x9a, 0xe2, 0x0e, 0x9e, 0x27, 0x1e, 0x22, 0xfe, 0x84, 0x83, 0x38, - 0xc6, 0x98, 0x87, 0x64, 0x55, 0xbe, 0x27, 0x17, 0x1f, 0xc8, 0x7c, 0x04, 0xad, 0x02, 0x2a, 0xe7, - 0xe5, 0x5c, 0x41, 0x52, 0xe5, 0x62, 0x56, 0x52, 0x1f, 0x28, 0xf9, 0x8a, 0xa4, 0xf0, 0x1c, 0xda, - 0x80, 0x35, 0x2f, 0x5d, 0x91, 0xd2, 0x59, 0x49, 0x51, 0x8b, 0x72, 0xe1, 0x21, 0x1f, 0x45, 0x02, - 0xac, 0x1e, 0x56, 0x0b, 0x95, 0xfc, 0x60, 0x5b, 0x0c, 0x6d, 0x42, 0xca, 0xd3, 0x46, 0x31, 0x28, - 0x6c, 0xdc, 0x86, 0xf5, 0xb4, 0x92, 0x9f, 0xb4, 0x31, 0xb1, 0xb7, 0xe0, 0x9a, 0xc1, 0xd6, 0x94, - 0xf8, 0x00, 0x16, 0x7c, 0xd9, 0xc6, 0xce, 0xd3, 0x86, 0xfe, 0x56, 0xb7, 0x61, 0xe8, 0x75, 0xf5, - 0xa8, 0x67, 0xe9, 0x26, 0x56, 0x43, 0x5c, 0x59, 0x70, 0xa8, 0x7b, 0x36, 0xd1, 0xd6, 0x69, 0xb3, - 0x71, 0xda, 0xb0, 0x68, 0x9f, 0x28, 0xee, 0x03, 0x98, 0x84, 0x3b, 0x88, 0x7f, 0xe0, 0x00, 0xfa, - 0xde, 0x69, 0xc3, 0xba, 0x09, 0xcf, 0x07, 0xeb, 0x50, 0x09, 0xec, 0x65, 0x88, 0x36, 0xea, 0x34, - 0x08, 0xa3, 0x8d, 0x3a, 0x7a, 0x05, 0x40, 0xb3, 0x2c, 0xa3, 0x71, 0xd4, 0xb5, 0x87, 0x90, 0x05, - 0x61, 0x2b, 0xe0, 0xf9, 0x3b, 0x69, 0xb7, 0x07, 0xcd, 0x4d, 0xfd, 0x21, 0x76, 0x06, 0x09, 0x34, - 0x9f, 0x2b, 0xfa, 0xff, 0xc3, 0xc1, 0x52, 0x56, 0x6f, 0xea, 0x17, 0xcd, 0xfd, 0x1b, 0x30, 0xe7, - 0x84, 0xae, 0x23, 0xd6, 0x2c, 0x8d, 0xd3, 0x3a, 0x33, 0x6f, 0xc6, 0x3c, 0x79, 0x93, 0xc1, 0x78, - 0xcc, 0xbc, 0x39, 0x8d, 0xc4, 0xf7, 0x6d, 0x0e, 0x96, 0xfd, 0x33, 0x18, 0x9a, 0xf8, 0x58, 0x5d, - 0x2f, 0x96, 0xf8, 0x66, 0x9d, 0xc4, 0xd7, 0x4f, 0x63, 0xbf, 0x8c, 0xc3, 0xb5, 0x4c, 0xbb, 0x65, - 0x19, 0xed, 0x66, 0x53, 0x37, 0x4a, 0xdd, 0xa3, 0x66, 0xc3, 0x7c, 0xf4, 0x31, 0x58, 0x64, 0x0d, - 0x92, 0xad, 0x76, 0x1d, 0x37, 0xc5, 0x48, 0x0a, 0xb1, 0x3f, 0xf3, 0x75, 0xb4, 0x07, 0x8b, 0xc1, - 0x45, 0xb7, 0x97, 0x8a, 0x63, 0x3e, 0x21, 0x4b, 0x2e, 0x7f, 0x16, 0x4c, 0xbb, 0x02, 0xcc, 0x1a, - 0xba, 0x56, 0x6f, 0xb7, 0x9a, 0xbd, 0x54, 0x62, 0x9b, 0xbb, 0x35, 0xab, 0xb8, 0xdf, 0xa8, 0x16, - 0xba, 0x84, 0xde, 0x26, 0xcb, 0xca, 0x50, 0xe1, 0xc7, 0xf3, 0x0a, 0x74, 0xec, 0x0a, 0xe1, 0x89, - 0xa9, 0x24, 0xe6, 0x72, 0x67, 0x1c, 0x2e, 0xe4, 0x2b, 0x18, 0x6d, 0x54, 0xd0, 0x3e, 0x79, 0x1a, - 0xde, 0x27, 0x64, 0x60, 0x85, 0xc9, 0xee, 0x5c, 0x2e, 0xfc, 0xb7, 0x28, 0x6c, 0x85, 0xca, 0x44, - 0xbd, 0x59, 0x0a, 0x78, 0xf3, 0x33, 0xc3, 0x35, 0x31, 0x89, 0x63, 0xff, 0xbe, 0x5f, 0x21, 0x1b, - 0xb0, 0xd4, 0x21, 0xc0, 0xaa, 0x7f, 0x69, 0xb7, 0x8d, 0xb1, 0x77, 0x8e, 0x29, 0xec, 0xf8, 0x1a, - 0xed, 0x74, 0x48, 0xac, 0xb2, 0xd8, 0x09, 0xd2, 0x85, 0x2c, 0xac, 0xb2, 0x3b, 0x5f, 0xac, 0x2c, - 0xfe, 0x79, 0x14, 0xb6, 0xfb, 0x73, 0xac, 0xb6, 0x3a, 0x9f, 0x7c, 0x54, 0xea, 0x8c, 0xa8, 0x21, - 0x75, 0xf0, 0xdd, 0x80, 0x0a, 0xd9, 0xd3, 0xfb, 0x04, 0xb3, 0xe9, 0xbb, 0x1c, 0x5c, 0x1f, 0x32, - 0x1d, 0xea, 0x8c, 0xb9, 0x80, 0x33, 0x3e, 0x3b, 0x4a, 0x8c, 0x29, 0xe7, 0xd9, 0x7f, 0x44, 0xe1, - 0xfa, 0x7d, 0xad, 0xd9, 0xa8, 0xbb, 0x35, 0xac, 0x77, 0xcb, 0x30, 0x55, 0xa3, 0x86, 0x6c, 0x63, - 0x62, 0xe7, 0xdd, 0xc6, 0x34, 0x58, 0x49, 0x8d, 0x38, 0xc1, 0x8b, 0x04, 0x65, 0x94, 0x3c, 0x63, - 0xe7, 0xb5, 0xa9, 0xe4, 0xa4, 0xbf, 0x73, 0x20, 0x0e, 0x9b, 0x12, 0xf5, 0x84, 0x83, 0x80, 0x27, - 0xec, 0x8c, 0x94, 0x65, 0x12, 0x57, 0x78, 0xd5, 0x4d, 0x4c, 0x9b, 0x30, 0xe7, 0x9e, 0x75, 0x60, - 0xd6, 0xb3, 0x4a, 0x9f, 0x80, 0x52, 0x90, 0x3c, 0xd5, 0x4d, 0x53, 0x3b, 0x71, 0x04, 0x73, 0x3e, - 0xfb, 0x2e, 0xf4, 0x4d, 0x0e, 0x50, 0xa1, 0x61, 0xd2, 0xa2, 0xfc, 0xdc, 0x3e, 0x63, 0xd7, 0xea, - 0xda, 0xdb, 0xaa, 0xde, 0xb2, 0x8c, 0x06, 0xad, 0x2b, 0x17, 0x14, 0x38, 0xd5, 0xde, 0x96, 0x08, - 0xc5, 0x2e, 0x24, 0x4d, 0x4b, 0x33, 0xac, 0x46, 0xeb, 0x44, 0xb5, 0xda, 0x8f, 0xf5, 0x16, 0xcd, - 0x09, 0x0b, 0x0e, 0xb5, 0x62, 0x13, 0xc5, 0x77, 0xa3, 0xb0, 0xe4, 0x9b, 0x06, 0xd5, 0xeb, 0x9d, - 0x80, 0x5e, 0x49, 0x31, 0xc9, 0xe8, 0x79, 0x31, 0x45, 0xbe, 0xdb, 0x4f, 0xf1, 0xaf, 0x40, 0xd2, - 0x91, 0x82, 0xa4, 0xf5, 0x9b, 0x23, 0x58, 0xed, 0x10, 0xbf, 0x73, 0x46, 0xa1, 0xab, 0x00, 0x2d, - 0xfd, 0x6d, 0x8b, 0x4a, 0x49, 0xf4, 0x3d, 0x67, 0x53, 0xb0, 0x84, 0xc2, 0x1d, 0x48, 0x10, 0xef, - 0x9b, 0x60, 0x7b, 0xf8, 0x9d, 0x28, 0xa0, 0x9c, 0x6e, 0xb9, 0x3b, 0x80, 0x73, 0x1a, 0x2b, 0x24, - 0x86, 0xa3, 0xe7, 0x8d, 0xe1, 0x9c, 0xef, 0x28, 0x82, 0xa4, 0x80, 0xa7, 0x9c, 0x63, 0x9f, 0xc0, - 0xe4, 0x86, 0x9d, 0x44, 0x4c, 0x78, 0x5e, 0x20, 0xfe, 0x9a, 0x83, 0x25, 0x1f, 0xc7, 0xa1, 0x4e, - 0xc3, 0xe8, 0x79, 0x31, 0xa7, 0x79, 0xde, 0xf5, 0x99, 0x67, 0x01, 0x69, 0x67, 0x5a, 0xa3, 0xa9, - 0x1d, 0x35, 0x89, 0x4e, 0x6d, 0x70, 0xba, 0x53, 0x5a, 0x74, 0x5b, 0x1c, 0xae, 0x7d, 0x3b, 0xbe, - 0x0a, 0xab, 0x9e, 0x72, 0xc1, 0x68, 0x1f, 0x9d, 0x77, 0x01, 0x16, 0xbf, 0xc7, 0xc1, 0xda, 0x00, - 0x04, 0x15, 0xff, 0xa5, 0x80, 0xf8, 0x37, 0x82, 0xf5, 0x89, 0xb7, 0xf7, 0xd4, 0xd6, 0xa2, 0x2f, - 0x79, 0xcb, 0x0b, 0xaa, 0xeb, 0x0b, 0xae, 0x44, 0xe2, 0x87, 0xbe, 0xd5, 0x77, 0x00, 0x6c, 0xcc, - 0xd5, 0x37, 0x64, 0xdc, 0xc5, 0x24, 0x96, 0x5d, 0xa3, 0x67, 0xe1, 0x12, 0x23, 0x7c, 0xb6, 0x03, - 0xcc, 0xcb, 0xba, 0x71, 0xd6, 0xa8, 0x79, 0x23, 0xc9, 0x37, 0xaa, 0xaf, 0xb7, 0x77, 0xa2, 0xb0, - 0x31, 0x64, 0x18, 0xba, 0x0d, 0x31, 0xa3, 0x53, 0xa3, 0x22, 0x3e, 0x31, 0x8a, 0xcb, 0x8e, 0x52, - 0xca, 0x1c, 0x44, 0x14, 0x7b, 0x88, 0xf0, 0x2b, 0x0e, 0x62, 0x4a, 0x29, 0x83, 0x5e, 0x82, 0xb8, - 0x7b, 0xca, 0x72, 0x79, 0xf7, 0xe9, 0x71, 0x20, 0x76, 0x2a, 0xbd, 0x8e, 0xae, 0xe0, 0x61, 0x62, - 0x1b, 0xe2, 0xf8, 0x58, 0xc6, 0x77, 0x44, 0x92, 0x82, 0xe5, 0x8c, 0x22, 0xa5, 0x2b, 0x92, 0x9a, - 0x95, 0x0a, 0x52, 0x45, 0x52, 0xef, 0x17, 0x0b, 0xd5, 0x43, 0x89, 0xe7, 0xd0, 0x26, 0xa4, 0x4a, - 0xd5, 0xbd, 0x42, 0xbe, 0x7c, 0xa0, 0x56, 0x65, 0xe7, 0x17, 0x6d, 0x8d, 0x22, 0x1e, 0x2e, 0x15, - 0xf2, 0xe5, 0x0a, 0x25, 0x94, 0xf9, 0x98, 0x4d, 0xc9, 0x49, 0x15, 0x35, 0x93, 0x2e, 0xa5, 0x33, - 0xf9, 0xca, 0x43, 0x3e, 0xbe, 0x37, 0x43, 0xe6, 0x2b, 0x7e, 0x90, 0x80, 0x94, 0xdc, 0xae, 0xeb, - 0x1f, 0xdf, 0xfe, 0xb1, 0xce, 0x2e, 0xeb, 0x49, 0x46, 0xfb, 0x22, 0x06, 0x0c, 0x9b, 0xc0, 0xf8, - 0x85, 0xbc, 0xbd, 0x46, 0x5a, 0x9a, 0x71, 0xa2, 0x5b, 0x6a, 0x47, 0xb3, 0x1e, 0xe1, 0x6d, 0xe8, - 0x9c, 0x02, 0x84, 0x54, 0xd2, 0xac, 0x47, 0xec, 0xdd, 0x6a, 0xe2, 0xe2, 0xbb, 0xd5, 0x99, 0xc0, - 0x6e, 0xf5, 0x0d, 0x46, 0xdd, 0x4d, 0xf6, 0x91, 0xbb, 0xc3, 0x65, 0x1c, 0x6f, 0x9f, 0xfa, 0x55, - 0x56, 0x49, 0x37, 0x8b, 0xf1, 0x9f, 0x1b, 0x8e, 0x3f, 0x6e, 0x25, 0x37, 0x95, 0xad, 0xd0, 0xff, - 0xcf, 0x3e, 0xf7, 0x87, 0x1c, 0xac, 0x33, 0x74, 0x42, 0xd3, 0xda, 0x2b, 0x81, 0xb4, 0x76, 0x33, - 0x4c, 0x87, 0x53, 0x4e, 0xe0, 0xef, 0x45, 0x41, 0xb0, 0xb9, 0x7c, 0x9c, 0x5b, 0xc3, 0x40, 0x28, - 0xc4, 0x06, 0x42, 0x41, 0x0d, 0xdd, 0x22, 0xf6, 0xc3, 0xf1, 0x53, 0xdf, 0x1c, 0xbe, 0xc3, 0xc1, - 0x06, 0x73, 0x22, 0xd4, 0x82, 0xe9, 0x80, 0x05, 0x9f, 0x0a, 0x9f, 0xfa, 0x94, 0x6d, 0x78, 0x17, - 0xf8, 0x9c, 0x6e, 0xd9, 0x9c, 0xf2, 0xd9, 0xf3, 0x2e, 0xba, 0x3f, 0xe2, 0x60, 0xd1, 0x33, 0x98, - 0xca, 0xf2, 0x7c, 0x40, 0x96, 0xab, 0x4e, 0x2d, 0xe5, 0xef, 0x77, 0x31, 0x09, 0xae, 0xbb, 0x8b, - 0xaa, 0xe7, 0xcc, 0x80, 0xf3, 0x9e, 0x19, 0xf8, 0x44, 0xc3, 0x31, 0x70, 0x91, 0x6a, 0xe9, 0x1b, - 0x1c, 0x2c, 0x7a, 0x06, 0x0f, 0x15, 0x6d, 0xa0, 0xdf, 0xd4, 0x8c, 0x93, 0x25, 0xf1, 0x35, 0x61, - 0x6d, 0xf4, 0x57, 0xea, 0x7c, 0x61, 0x55, 0x51, 0xb8, 0xf3, 0x4d, 0xb5, 0x1e, 0x3a, 0x70, 0x4d, - 0xf7, 0x32, 0xb3, 0x1e, 0x12, 0x5c, 0xb6, 0x63, 0x57, 0x42, 0xef, 0x73, 0xb0, 0xc2, 0x1c, 0x80, - 0x76, 0xbd, 0x35, 0xd0, 0xb5, 0x70, 0x64, 0x6f, 0xf5, 0x53, 0x26, 0xc5, 0xcf, 0xf3, 0xbe, 0xe2, - 0xe7, 0xc6, 0xf0, 0xb1, 0xde, 0xb2, 0x67, 0x89, 0x51, 0xf6, 0xb8, 0xa5, 0xc9, 0x47, 0x37, 0x21, - 0x81, 0x15, 0x82, 0x5e, 0x86, 0x85, 0x13, 0xbd, 0xa5, 0x1b, 0x5a, 0x53, 0x25, 0x3a, 0x23, 0x93, - 0x5c, 0xeb, 0xeb, 0x6c, 0x27, 0x47, 0xda, 0x1d, 0x05, 0x5e, 0x3a, 0xf1, 0x7c, 0x23, 0x19, 0x96, - 0x6a, 0xf8, 0x0e, 0xd2, 0xa9, 0x40, 0xbc, 0x9a, 0xdf, 0xf4, 0xa0, 0x78, 0x6f, 0x2a, 0x1d, 0xa8, - 0xc5, 0x5a, 0x90, 0x68, 0xe3, 0xd5, 0xf1, 0xd1, 0xbe, 0x1f, 0x2f, 0x36, 0x80, 0xe7, 0xbd, 0x00, - 0x70, 0xf1, 0xea, 0x41, 0x22, 0xea, 0xc0, 0x56, 0xcd, 0xad, 0x15, 0xd5, 0x40, 0xb5, 0x44, 0xb0, - 0xe3, 0x1e, 0x3f, 0xa3, 0x73, 0x65, 0x9f, 0x85, 0x3a, 0x6c, 0x36, 0x6b, 0x43, 0xda, 0xd1, 0x19, - 0x5c, 0xf7, 0x70, 0xec, 0xb6, 0x98, 0x3c, 0x49, 0x75, 0xf4, 0x34, 0x93, 0x67, 0x20, 0xc9, 0x3a, - 0x5c, 0xaf, 0xd5, 0x86, 0xf6, 0x40, 0x3d, 0x10, 0xcf, 0xe8, 0x79, 0x8d, 0xca, 0xd8, 0x26, 0x53, - 0xc6, 0x33, 0x98, 0xf1, 0x67, 0x3c, 0x8c, 0xc3, 0x0f, 0x79, 0x1c, 0xce, 0x5b, 0x67, 0xc3, 0xbb, - 0xa0, 0x07, 0xb0, 0xea, 0x55, 0xb2, 0x9d, 0x7d, 0x28, 0xbb, 0xa4, 0x67, 0x03, 0x3b, 0xa0, 0x5b, - 0xbb, 0x9f, 0xc3, 0x63, 0xb9, 0xc6, 0xa0, 0xa3, 0x37, 0x61, 0x1d, 0xa7, 0x55, 0xa6, 0x0e, 0x67, - 0x3d, 0x77, 0xc2, 0x04, 0x7b, 0xa0, 0xc8, 0x70, 0xd0, 0x57, 0x5b, 0xcc, 0x16, 0x54, 0x87, 0x0d, - 0x8c, 0x1f, 0x62, 0xa5, 0x39, 0xcf, 0xfe, 0xb3, 0xcf, 0x21, 0xc4, 0x3e, 0xa9, 0x56, 0x48, 0x1b, - 0x92, 0x80, 0x27, 0x52, 0x78, 0x14, 0x03, 0x18, 0x7a, 0x3d, 0x38, 0x79, 0xaf, 0x4a, 0x2e, 0xb7, - 0x7c, 0x14, 0xb4, 0x0f, 0x8b, 0x76, 0xe5, 0x41, 0xd7, 0x19, 0x8a, 0x33, 0x3f, 0x80, 0xe3, 0xae, - 0x6d, 0x2e, 0xce, 0x09, 0xa5, 0xd4, 0x31, 0x45, 0xf8, 0x69, 0x14, 0x2e, 0x79, 0x63, 0x1a, 0xe5, - 0x00, 0x30, 0x98, 0x5a, 0xeb, 0x5f, 0x43, 0xdf, 0x0a, 0x49, 0x00, 0xbe, 0x8f, 0x4c, 0xbb, 0xae, - 0x2b, 0x73, 0xba, 0xf3, 0x13, 0x7d, 0x01, 0x56, 0x6a, 0x1a, 0xf6, 0x81, 0xd3, 0xae, 0x69, 0xcf, - 0xd4, 0x52, 0x0d, 0xdd, 0x32, 0x7a, 0x38, 0x1d, 0xcc, 0x2a, 0x88, 0x34, 0x1e, 0x76, 0x4d, 0x4b, - 0x6e, 0x5b, 0x8a, 0xdd, 0x82, 0x9e, 0x81, 0x45, 0xc2, 0xbb, 0xae, 0x9b, 0x35, 0xa3, 0xd1, 0xb1, - 0xec, 0x05, 0x84, 0xd4, 0x55, 0x3c, 0x6e, 0xc8, 0xf6, 0xe9, 0xe2, 0x63, 0xbb, 0x3c, 0xf0, 0xb3, - 0xf7, 0x6f, 0xeb, 0x16, 0x60, 0xae, 0x2a, 0x67, 0xa5, 0xfd, 0xbc, 0x2c, 0x65, 0x79, 0x0e, 0x6d, - 0xc1, 0x46, 0x55, 0x2e, 0x57, 0x4b, 0xa5, 0xa2, 0x52, 0x91, 0xb2, 0xaa, 0x22, 0xbd, 0x56, 0x95, - 0xec, 0xcd, 0x9b, 0xa4, 0x94, 0xf3, 0x45, 0x99, 0x5e, 0x7a, 0xe7, 0xcb, 0xe5, 0xbc, 0x9c, 0xc3, - 0x8d, 0x79, 0x45, 0xca, 0xaa, 0xfb, 0x79, 0xa9, 0x90, 0xe5, 0x63, 0xc2, 0xb7, 0x62, 0xb0, 0x38, - 0x90, 0xb4, 0xd0, 0x6b, 0x0c, 0x5d, 0xed, 0x0e, 0x4b, 0x73, 0x83, 0x94, 0xa0, 0xd6, 0x98, 0x2a, - 0x88, 0x86, 0xa8, 0xe0, 0xdf, 0x1c, 0xac, 0x30, 0x11, 0x07, 0xf7, 0xb7, 0xe9, 0x42, 0x41, 0x95, - 0x8b, 0x15, 0x35, 0x7f, 0x58, 0x2a, 0x48, 0x87, 0x92, 0x5c, 0xc1, 0x3a, 0xd9, 0x86, 0xcd, 0x62, - 0x49, 0x52, 0xd2, 0x95, 0x7c, 0x51, 0x56, 0x4b, 0x92, 0x9c, 0xb5, 0x85, 0xdf, 0x2f, 0x2a, 0xfd, - 0x3d, 0xee, 0x1a, 0x2c, 0xe5, 0xe5, 0xfb, 0xe9, 0x42, 0x3e, 0x4b, 0x69, 0xaa, 0x9c, 0x3e, 0x94, - 0xf8, 0x18, 0xba, 0x06, 0x82, 0x57, 0x9d, 0xce, 0x96, 0x57, 0x55, 0xd2, 0x72, 0x4e, 0xe2, 0xe3, - 0x68, 0x1d, 0x56, 0xe8, 0x80, 0x74, 0x41, 0x91, 0xd2, 0xd9, 0x87, 0xaa, 0xf4, 0x7a, 0xbe, 0x5c, - 0x29, 0xf3, 0x09, 0x74, 0x15, 0xd6, 0xbd, 0x43, 0x4b, 0x69, 0x25, 0x7d, 0x28, 0x55, 0x24, 0x45, - 0xbd, 0x27, 0x3d, 0xe4, 0x67, 0xd0, 0x06, 0xac, 0x39, 0x2c, 0xfb, 0x4d, 0xf7, 0xd3, 0x85, 0xaa, - 0xc4, 0x27, 0x85, 0xf7, 0xa3, 0xb0, 0x38, 0x90, 0xed, 0x47, 0x1a, 0x62, 0x60, 0xc4, 0x20, 0x65, - 0x22, 0x43, 0xfc, 0x80, 0x83, 0x15, 0x26, 0xe2, 0xf4, 0x0c, 0xb1, 0x02, 0x8b, 0x01, 0x43, 0xe4, - 0xb3, 0x7c, 0xcc, 0xa3, 0xe6, 0x6c, 0x51, 0x2a, 0x63, 0x64, 0xac, 0x67, 0x3e, 0x2e, 0xfc, 0x2c, - 0x0e, 0x9b, 0xc3, 0x16, 0x2f, 0x74, 0xc2, 0xd0, 0xda, 0xc1, 0x98, 0x2b, 0xdf, 0xd0, 0xc6, 0x49, - 0x74, 0x89, 0xd6, 0x61, 0x96, 0x66, 0x35, 0x72, 0x1c, 0x3b, 0xa7, 0x24, 0x49, 0xf9, 0x6c, 0x8a, - 0x7f, 0xf1, 0x5d, 0xfb, 0xb1, 0xf9, 0x7e, 0x8a, 0x1a, 0x47, 0x9b, 0x90, 0x0a, 0xf8, 0x3c, 0x3d, - 0x33, 0x92, 0xb2, 0x7c, 0xc2, 0x0e, 0x25, 0xfc, 0x28, 0x26, 0x30, 0x6c, 0x06, 0xad, 0x02, 0x3a, - 0x4c, 0xbf, 0xae, 0xa6, 0x2b, 0x95, 0x74, 0xe6, 0x40, 0xca, 0xe2, 0xa7, 0x33, 0x65, 0x3e, 0x69, - 0x07, 0x82, 0x37, 0x4e, 0x0e, 0x8b, 0x55, 0xb9, 0xa2, 0xee, 0x17, 0xd2, 0xb9, 0x32, 0x3f, 0x17, - 0x6c, 0xa4, 0x7c, 0x2b, 0x0f, 0x4b, 0x12, 0x0f, 0x36, 0x2b, 0x6f, 0xe3, 0x7e, 0x99, 0x34, 0xcc, - 0xa3, 0x25, 0xb8, 0xe2, 0xc8, 0x84, 0xe7, 0x92, 0xcf, 0xf2, 0xb3, 0xc2, 0x1f, 0x63, 0xde, 0x17, - 0x0e, 0xcc, 0x55, 0xeb, 0x31, 0xc3, 0x55, 0x0a, 0x63, 0x17, 0x2c, 0x23, 0x9a, 0x27, 0x0a, 0xbd, - 0xef, 0x46, 0x41, 0x1c, 0x0d, 0xff, 0x69, 0x7a, 0x45, 0x88, 0xdd, 0x13, 0x2c, 0x63, 0xcc, 0xa0, - 0xa7, 0xe1, 0xa6, 0x93, 0x68, 0x8b, 0x95, 0xbe, 0x4f, 0x54, 0x8a, 0x6a, 0xb9, 0x24, 0x65, 0xf2, - 0xfb, 0x79, 0xea, 0x20, 0x7c, 0x12, 0x2d, 0x03, 0x4f, 0xc7, 0xb9, 0x0b, 0x16, 0x3f, 0x2b, 0x7c, - 0x14, 0x85, 0xad, 0x11, 0x65, 0x1c, 0x3a, 0x65, 0x98, 0x53, 0x1e, 0xbf, 0x0c, 0x1c, 0xd5, 0x3e, - 0x91, 0x41, 0x7f, 0xc3, 0xc1, 0x8d, 0x31, 0xf0, 0xfd, 0x16, 0x0d, 0x55, 0x3f, 0x37, 0x2c, 0x8a, - 0xa2, 0xc3, 0xa2, 0x28, 0x16, 0x16, 0x45, 0x71, 0xb6, 0x0f, 0x24, 0x84, 0xaf, 0x47, 0x61, 0x99, - 0x55, 0xd1, 0xa2, 0x07, 0x0c, 0x75, 0xdf, 0x1e, 0x51, 0x06, 0x33, 0x89, 0x13, 0x29, 0xb6, 0x0e, - 0xa9, 0x30, 0x4c, 0xbf, 0x32, 0x57, 0x60, 0x71, 0x2f, 0x9d, 0x55, 0x4b, 0x85, 0x6a, 0x2e, 0x2f, - 0xab, 0x99, 0xa2, 0xbc, 0x9f, 0xcf, 0xf1, 0x1c, 0x7a, 0x02, 0xb6, 0x07, 0xea, 0xa3, 0x83, 0x62, - 0xb9, 0xa2, 0x66, 0x25, 0x3b, 0x52, 0x24, 0x39, 0xf3, 0x90, 0x8f, 0xda, 0x95, 0xd2, 0x2a, 0xbb, - 0xf4, 0x46, 0x5f, 0x61, 0xa8, 0xe1, 0xc5, 0x91, 0x15, 0x7b, 0x08, 0x79, 0x22, 0x55, 0xfc, 0x93, - 0x23, 0xc7, 0x17, 0xe3, 0x2c, 0x21, 0xa3, 0x52, 0x02, 0x17, 0xee, 0x7c, 0xd1, 0x61, 0xce, 0x17, - 0x1b, 0xe6, 0x7c, 0xf1, 0x30, 0xe7, 0x4b, 0xa0, 0x2b, 0x30, 0x4f, 0x60, 0x24, 0x45, 0x29, 0x2a, - 0xfc, 0x0c, 0xdb, 0x1b, 0x93, 0xc2, 0xef, 0xa2, 0xe4, 0xc6, 0x81, 0x99, 0xcf, 0x55, 0x86, 0x29, - 0x5e, 0x1d, 0x63, 0x6b, 0x13, 0xda, 0x30, 0x69, 0xf9, 0xb4, 0x39, 0x0c, 0x78, 0x8a, 0x06, 0x59, - 0x84, 0x85, 0xaa, 0xec, 0xd5, 0x5f, 0x8c, 0xad, 0xbf, 0xb8, 0xf0, 0x2f, 0x0e, 0x2e, 0xfb, 0xb7, - 0x61, 0xe8, 0x1e, 0x43, 0x6b, 0x9f, 0x0d, 0xdd, 0xb5, 0x05, 0x3e, 0x27, 0xd2, 0xd0, 0x9b, 0x80, - 0x06, 0xd1, 0xa6, 0x18, 0xb5, 0xb6, 0xb0, 0xfe, 0xbd, 0xe2, 0x48, 0x61, 0xfd, 0xdd, 0x03, 0x9f, - 0x93, 0x0a, 0x3b, 0x88, 0x36, 0x3d, 0x61, 0xf7, 0x92, 0xf4, 0x30, 0x7c, 0xf7, 0x17, 0x1c, 0xcc, - 0xe6, 0xf1, 0xd1, 0xb9, 0xd5, 0x43, 0x6f, 0xe0, 0xbf, 0xbf, 0x0c, 0xfc, 0xe1, 0x07, 0x6d, 0x0f, - 0xf9, 0x2f, 0x10, 0x3e, 0xed, 0x14, 0xae, 0x8f, 0xfc, 0xb7, 0x90, 0x18, 0x41, 0x07, 0xb0, 0xe0, - 0xfb, 0x1f, 0x09, 0x5a, 0x67, 0xfd, 0xb7, 0x84, 0x00, 0x0a, 0xe1, 0x7f, 0x3b, 0x11, 0x23, 0xbb, - 0xef, 0xcd, 0x00, 0xf4, 0x13, 0x39, 0x92, 0xe0, 0x92, 0x77, 0x0f, 0x88, 0x52, 0x61, 0xff, 0x7b, - 0x10, 0xd6, 0x43, 0xff, 0x25, 0x20, 0x46, 0x6c, 0x18, 0xef, 0x0e, 0x86, 0xc2, 0x30, 0x9e, 0x01, - 0x53, 0x18, 0xd6, 0x9b, 0x5b, 0x31, 0x82, 0x8e, 0x7d, 0x57, 0xf9, 0xde, 0x68, 0x46, 0x37, 0xc6, - 0x78, 0xe7, 0x29, 0x3c, 0x31, 0xce, 0xfb, 0x43, 0x31, 0x82, 0x9a, 0xb0, 0x1e, 0x5a, 0xf5, 0xa1, - 0x9b, 0x63, 0xbd, 0xc0, 0x13, 0x9e, 0x1c, 0xef, 0x85, 0x9b, 0x18, 0x41, 0x6d, 0x10, 0xc2, 0x4b, - 0x12, 0xf4, 0xe4, 0x78, 0x6f, 0xbd, 0x84, 0xa7, 0xc6, 0x7c, 0x47, 0x25, 0x46, 0xd0, 0x1e, 0xcc, - 0x7b, 0x1e, 0xeb, 0xa0, 0xb5, 0xc1, 0xe7, 0x3b, 0x04, 0x32, 0x15, 0xf6, 0xae, 0x87, 0x60, 0x78, - 0x9e, 0x89, 0x50, 0x8c, 0xc1, 0x47, 0x2d, 0x14, 0x83, 0xf1, 0xa2, 0x44, 0x8c, 0x20, 0x19, 0xae, - 0x04, 0x6a, 0x06, 0xb4, 0xc1, 0x7e, 0x81, 0x41, 0xb0, 0x36, 0x87, 0x3d, 0xcf, 0x08, 0x9a, 0x2d, - 0x70, 0x86, 0x3f, 0x60, 0x36, 0xf6, 0xe5, 0xc2, 0x80, 0xd9, 0x42, 0xae, 0x02, 0xc4, 0xc8, 0xee, - 0xf7, 0x63, 0x10, 0xb7, 0xd3, 0x08, 0xaa, 0xd0, 0x2b, 0x13, 0x9f, 0x97, 0x5c, 0x1d, 0x7a, 0x9f, - 0x2b, 0x5c, 0x1b, 0x7e, 0x55, 0x29, 0x46, 0xd0, 0x97, 0x61, 0x89, 0xb1, 0x6a, 0xa1, 0xad, 0x11, - 0x97, 0x7b, 0xc2, 0xf6, 0xa8, 0x2b, 0x34, 0x31, 0x82, 0x5e, 0x84, 0x39, 0x37, 0x07, 0xa2, 0x95, - 0xe0, 0x3d, 0x15, 0xc1, 0x59, 0x65, 0x5f, 0x5f, 0x91, 0xd1, 0xee, 0x72, 0x41, 0x47, 0x07, 0xef, - 0x9b, 0xe8, 0xe8, 0x81, 0x1b, 0xa2, 0xbe, 0x5c, 0x41, 0xf3, 0x6c, 0x85, 0x5f, 0xbe, 0x04, 0xe5, - 0x0a, 0x35, 0xc9, 0xd1, 0x0c, 0xfe, 0xd7, 0xe6, 0x73, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x16, - 0xa3, 0x1c, 0xe7, 0xc2, 0x39, 0x00, 0x00, + 0xea, 0x2b, 0x20, 0x24, 0x24, 0x24, 0x10, 0x1c, 0x7a, 0x41, 0x80, 0x54, 0x44, 0x2b, 0x71, 0xe4, + 0xeb, 0x80, 0xb8, 0xc0, 0x15, 0x0e, 0x48, 0xa8, 0x48, 0x48, 0x48, 0x20, 0x4e, 0xe5, 0xc4, 0x0d, + 0x24, 0x2e, 0x68, 0xde, 0x7b, 0x33, 0x9e, 0x19, 0xbf, 0xb1, 0x9d, 0xd8, 0x6d, 0xb9, 0x79, 0xfe, + 0xef, 0xbd, 0xdf, 0xff, 0xfd, 0x3f, 0xdf, 0xff, 0x7d, 0x18, 0xe6, 0x6a, 0x66, 0x63, 0xa7, 0x63, + 0xb4, 0xad, 0x36, 0x8a, 0xd5, 0xcc, 0x86, 0x78, 0x15, 0x36, 0x72, 0xba, 0x55, 0xee, 0x76, 0x3a, + 0x6d, 0xc3, 0xd2, 0xeb, 0xf7, 0x75, 0xc3, 0x6c, 0xb4, 0x5b, 0xa6, 0xa2, 0xbf, 0xd5, 0xd5, 0x4d, + 0x4b, 0xfc, 0x80, 0x83, 0x4d, 0x76, 0xbb, 0xd9, 0x69, 0xb7, 0x4c, 0x1d, 0xed, 0xc1, 0x8c, 0xa1, + 0x9b, 0xdd, 0xa6, 0x95, 0xe2, 0xb6, 0xb9, 0x5b, 0xf3, 0xbb, 0xb7, 0x76, 0x6c, 0x06, 0xc3, 0x86, + 0xec, 0x28, 0xb8, 0xff, 0x41, 0x44, 0xa1, 0x23, 0x91, 0x08, 0x09, 0xdd, 0x30, 0xda, 0x46, 0x2a, + 0x8a, 0x21, 0x00, 0x43, 0x48, 0x36, 0xe5, 0x20, 0xa2, 0x90, 0x26, 0x41, 0x82, 0x19, 0x32, 0x0e, + 0xbd, 0x00, 0xc8, 0x74, 0xb0, 0xd5, 0x33, 0x0a, 0x9e, 0xe2, 0xb6, 0x63, 0xb7, 0xe6, 0x77, 0x2f, + 0xe1, 0xa1, 0x94, 0xa3, 0xb2, 0x68, 0x06, 0xe7, 0xb0, 0x97, 0x84, 0x84, 0xa1, 0x77, 0x9a, 0x3d, + 0xf1, 0x1e, 0x24, 0x29, 0x11, 0x2d, 0x43, 0xe2, 0x54, 0xfb, 0x4a, 0xdb, 0xc0, 0x12, 0x2c, 0x28, + 0xe4, 0x03, 0x53, 0x1b, 0x2d, 0x3a, 0x29, 0x9b, 0x6a, 0x7f, 0xd8, 0xd4, 0x8e, 0x66, 0xd5, 0x1e, + 0xa5, 0x62, 0x84, 0x8a, 0x3f, 0xc4, 0x97, 0x61, 0x39, 0xa7, 0x5b, 0xa5, 0x66, 0xf7, 0xa4, 0xd1, + 0xca, 0xb7, 0x8e, 0xdb, 0x54, 0x7b, 0xe8, 0x49, 0x48, 0xd2, 0x09, 0x52, 0xed, 0xf8, 0xe7, 0xe7, + 0x34, 0x8a, 0x7f, 0x8c, 0xc2, 0x4a, 0x00, 0x80, 0xaa, 0xf7, 0x85, 0x80, 0x7a, 0xaf, 0x3b, 0xea, + 0x1d, 0xec, 0x7b, 0x31, 0xbd, 0xfe, 0x81, 0x73, 0x15, 0x8b, 0x20, 0xde, 0xd2, 0x4e, 0x75, 0xcc, + 0x69, 0x4e, 0xc1, 0xbf, 0xd1, 0x4d, 0xb8, 0x7c, 0xa6, 0xb7, 0xea, 0x6d, 0xc3, 0xd1, 0x34, 0xc6, + 0x9a, 0x53, 0x16, 0x08, 0xd5, 0x51, 0xe1, 0x3d, 0x98, 0x3d, 0xd5, 0x5a, 0x8d, 0x63, 0xdd, 0xb4, + 0x52, 0x31, 0x6c, 0x89, 0xcf, 0x8c, 0x9c, 0xe8, 0xce, 0x21, 0x1d, 0x21, 0xb5, 0x2c, 0xa3, 0xa7, + 0xb8, 0x00, 0xc2, 0x0b, 0xb0, 0xe0, 0x6b, 0x42, 0x3c, 0xc4, 0x1e, 0xeb, 0x3d, 0x3a, 0x2f, 0xfb, + 0xa7, 0x6d, 0x86, 0x33, 0xad, 0xd9, 0xd5, 0xe9, 0x6c, 0xc8, 0xc7, 0xdd, 0xe8, 0x6d, 0xae, 0x6f, + 0xe0, 0xff, 0xc6, 0x60, 0x29, 0x63, 0xe8, 0x9a, 0xa5, 0xdf, 0x6f, 0x37, 0xbb, 0xa7, 0xfa, 0x39, + 0x6d, 0xe2, 0x6a, 0x23, 0xea, 0xd1, 0xc6, 0x1d, 0xb8, 0x5c, 0xd3, 0x3a, 0x5a, 0xad, 0x61, 0xf5, + 0x54, 0x43, 0x6b, 0x9d, 0xe8, 0xd8, 0x0d, 0xe6, 0x77, 0x11, 0x86, 0xc8, 0xd0, 0x26, 0xc5, 0x6e, + 0x51, 0x16, 0x6a, 0xde, 0x4f, 0xb4, 0x0f, 0x4b, 0x67, 0x78, 0x1e, 0xaa, 0x4d, 0x3f, 0x6a, 0x34, + 0x1b, 0x56, 0x43, 0x37, 0x53, 0x71, 0xac, 0xac, 0x15, 0x32, 0x05, 0xdc, 0x9e, 0x71, 0x9a, 0x7b, + 0x0a, 0x3a, 0xf3, 0x53, 0x1a, 0xba, 0x89, 0x0e, 0x00, 0x3a, 0x9a, 0xa1, 0x9d, 0xea, 0x96, 0x6e, + 0x98, 0xa9, 0x04, 0x1e, 0x4e, 0x62, 0x8e, 0x21, 0xec, 0x4e, 0xc9, 0xed, 0x4a, 0x94, 0xec, 0x19, + 0x8b, 0x5e, 0x07, 0xbe, 0x6b, 0xea, 0x86, 0x5a, 0x33, 0xf4, 0xba, 0xde, 0xb2, 0x1a, 0x5a, 0xd3, + 0x4c, 0xcd, 0x60, 0xbc, 0x67, 0x43, 0xf1, 0xaa, 0xa6, 0x6e, 0x64, 0xfa, 0xfd, 0x09, 0xe8, 0x95, + 0xae, 0x9f, 0x2a, 0xbc, 0x04, 0x57, 0x02, 0x8c, 0xcf, 0x63, 0x42, 0x61, 0x0f, 0x96, 0x59, 0x7c, + 0xce, 0x83, 0x21, 0xfe, 0x9a, 0x83, 0x65, 0xbf, 0x00, 0x34, 0xa0, 0xee, 0x06, 0x02, 0x6a, 0x9b, + 0x21, 0xeb, 0x24, 0xf1, 0x74, 0xd7, 0x0d, 0xa7, 0xcf, 0xc2, 0x3c, 0xb5, 0x78, 0xa3, 0x75, 0xdc, + 0xa6, 0xec, 0xae, 0x78, 0x2c, 0x8d, 0x63, 0x02, 0xce, 0xdc, 0xdf, 0x7d, 0xdf, 0xfd, 0x41, 0x1c, + 0xf8, 0xa0, 0x37, 0xa0, 0x3b, 0x90, 0x38, 0x6a, 0xb6, 0x6b, 0x8f, 0x7d, 0x99, 0x20, 0xd8, 0x6b, + 0x67, 0xcf, 0xee, 0x42, 0xa8, 0xf6, 0xa4, 0xf0, 0x08, 0x7b, 0xe8, 0x69, 0xbb, 0xdb, 0xb2, 0xe8, + 0xc4, 0x43, 0x86, 0x1e, 0xda, 0x5d, 0xfa, 0x43, 0xf1, 0x08, 0x94, 0x86, 0x79, 0xad, 0x56, 0xd3, + 0x4d, 0x53, 0x3d, 0x6d, 0xd7, 0x1d, 0x7f, 0xdf, 0x66, 0x03, 0xa4, 0x71, 0xc7, 0xc3, 0x76, 0x5d, + 0x57, 0x40, 0x73, 0x7f, 0x0b, 0x0b, 0x30, 0xef, 0x99, 0x95, 0x90, 0x83, 0x79, 0x0f, 0x27, 0xb4, + 0x06, 0xc9, 0x63, 0x53, 0xb5, 0x7a, 0x1d, 0x27, 0xf1, 0xcc, 0x1c, 0x9b, 0x95, 0x5e, 0x47, 0x47, + 0x5b, 0x30, 0x8f, 0xa7, 0xa0, 0x1e, 0x37, 0xb5, 0x13, 0x33, 0x15, 0xdd, 0x8e, 0xdd, 0x9a, 0x53, + 0x00, 0x93, 0xf6, 0x6d, 0x8a, 0xf0, 0x21, 0x07, 0xd0, 0x67, 0x89, 0xee, 0x40, 0x1c, 0x4f, 0xd1, + 0x46, 0xb9, 0xbc, 0x7b, 0x73, 0xd4, 0x14, 0x77, 0xf0, 0x3c, 0xf1, 0x10, 0xf1, 0x87, 0x1c, 0xc4, + 0x31, 0xc6, 0x3c, 0x24, 0xab, 0xf2, 0x3d, 0xb9, 0xf8, 0x40, 0xe6, 0x23, 0x68, 0x15, 0x50, 0x39, + 0x2f, 0xe7, 0x0a, 0x92, 0x2a, 0x17, 0xb3, 0x92, 0xfa, 0x40, 0xc9, 0x57, 0x24, 0x85, 0xe7, 0xd0, + 0x06, 0xac, 0x79, 0xe9, 0x8a, 0x94, 0xce, 0x4a, 0x8a, 0x5a, 0x94, 0x0b, 0x0f, 0xf9, 0x28, 0x12, + 0x60, 0xf5, 0xb0, 0x5a, 0xa8, 0xe4, 0x07, 0xdb, 0x62, 0x68, 0x13, 0x52, 0x9e, 0x36, 0x8a, 0x41, + 0x61, 0xe3, 0x36, 0xac, 0xa7, 0x95, 0xfc, 0xa4, 0x8d, 0x89, 0xbd, 0x05, 0xd7, 0x0c, 0xb6, 0xa6, + 0xc4, 0x07, 0xb0, 0xe0, 0xcb, 0x36, 0x76, 0x9e, 0x36, 0xf4, 0xb7, 0xba, 0x0d, 0x43, 0xaf, 0xab, + 0x47, 0x3d, 0x4b, 0x37, 0xb1, 0x1a, 0xe2, 0xca, 0x82, 0x43, 0xdd, 0xb3, 0x89, 0xb6, 0x4e, 0x9b, + 0x8d, 0xd3, 0x86, 0x45, 0xfb, 0x44, 0x71, 0x1f, 0xc0, 0x24, 0xdc, 0x41, 0xfc, 0x1d, 0x07, 0xd0, + 0xf7, 0x4e, 0x1b, 0xd6, 0x4d, 0x78, 0x3e, 0x58, 0x87, 0x4a, 0x60, 0x2f, 0x43, 0xb4, 0x51, 0xa7, + 0x41, 0x18, 0x6d, 0xd4, 0xd1, 0x2b, 0x00, 0x9a, 0x65, 0x19, 0x8d, 0xa3, 0xae, 0x3d, 0x84, 0x2c, + 0x08, 0x5b, 0x01, 0xcf, 0xdf, 0x49, 0xbb, 0x3d, 0x68, 0x6e, 0xea, 0x0f, 0xb1, 0x33, 0x48, 0xa0, + 0xf9, 0x5c, 0xd1, 0xff, 0x1f, 0x0e, 0x96, 0xb2, 0x7a, 0x53, 0xbf, 0x68, 0xee, 0xdf, 0x80, 0x39, + 0x27, 0x74, 0x1d, 0xb1, 0x66, 0x69, 0x9c, 0xd6, 0x99, 0x79, 0x33, 0xe6, 0xc9, 0x9b, 0x0c, 0xc6, + 0x63, 0xe6, 0xcd, 0x69, 0x24, 0xbe, 0x6f, 0x72, 0xb0, 0xec, 0x9f, 0xc1, 0xd0, 0xc4, 0xc7, 0xea, + 0x7a, 0xb1, 0xc4, 0x37, 0xeb, 0x24, 0xbe, 0x7e, 0x1a, 0xfb, 0x79, 0x1c, 0xae, 0x65, 0xda, 0x2d, + 0xcb, 0x68, 0x37, 0x9b, 0xba, 0x51, 0xea, 0x1e, 0x35, 0x1b, 0xe6, 0xa3, 0x8f, 0xc0, 0x22, 0x6b, + 0x90, 0x6c, 0xb5, 0xeb, 0xb8, 0x29, 0x46, 0x52, 0x88, 0xfd, 0x99, 0xaf, 0xa3, 0x3d, 0x58, 0x0c, + 0x2e, 0xba, 0xbd, 0x54, 0x1c, 0xf3, 0x09, 0x59, 0x72, 0xf9, 0xb3, 0x60, 0xda, 0x15, 0x60, 0xd6, + 0xd0, 0xb5, 0x7a, 0xbb, 0xd5, 0xec, 0xa5, 0x12, 0xdb, 0xdc, 0xad, 0x59, 0xc5, 0xfd, 0x46, 0xb5, + 0xd0, 0x25, 0xf4, 0x36, 0x59, 0x56, 0x86, 0x0a, 0x3f, 0x9e, 0x57, 0xa0, 0x63, 0x57, 0x08, 0x4f, + 0x4c, 0x25, 0x31, 0x97, 0x3b, 0xe3, 0x70, 0x21, 0x5f, 0xc1, 0x68, 0xa3, 0x82, 0xf6, 0xc9, 0xd3, + 0xf0, 0x3e, 0x21, 0x03, 0x2b, 0x4c, 0x76, 0xe7, 0x72, 0xe1, 0xbf, 0x44, 0x61, 0x2b, 0x54, 0x26, + 0xea, 0xcd, 0x52, 0xc0, 0x9b, 0x9f, 0x19, 0xae, 0x89, 0x49, 0x1c, 0xfb, 0xb7, 0xfd, 0x0a, 0xd9, + 0x80, 0xa5, 0x0e, 0x01, 0x56, 0xfd, 0x4b, 0xbb, 0x6d, 0x8c, 0xbd, 0x73, 0x4c, 0x61, 0xc7, 0xd7, + 0x68, 0xa7, 0x43, 0x62, 0x95, 0xc5, 0x4e, 0x90, 0x2e, 0x64, 0x61, 0x95, 0xdd, 0xf9, 0x62, 0x65, + 0xf1, 0x4f, 0xa3, 0xb0, 0xdd, 0x9f, 0x63, 0xb5, 0xd5, 0xf9, 0xf8, 0xa3, 0x52, 0x67, 0x44, 0x0d, + 0xa9, 0x83, 0xef, 0x06, 0x54, 0xc8, 0x9e, 0xde, 0xc7, 0x98, 0x4d, 0xdf, 0xe5, 0xe0, 0xfa, 0x90, + 0xe9, 0x50, 0x67, 0xcc, 0x05, 0x9c, 0xf1, 0xd9, 0x51, 0x62, 0x4c, 0x39, 0xcf, 0xfe, 0x2d, 0x0a, + 0xd7, 0xef, 0x6b, 0xcd, 0x46, 0xdd, 0xad, 0x61, 0xbd, 0x5b, 0x86, 0xa9, 0x1a, 0x35, 0x64, 0x1b, + 0x13, 0x3b, 0xef, 0x36, 0xa6, 0xc1, 0x4a, 0x6a, 0xc4, 0x09, 0x5e, 0x24, 0x28, 0xa3, 0xe4, 0x19, + 0x3b, 0xaf, 0x4d, 0x25, 0x27, 0xfd, 0x95, 0x03, 0x71, 0xd8, 0x94, 0xa8, 0x27, 0x1c, 0x04, 0x3c, + 0x61, 0x67, 0xa4, 0x2c, 0x93, 0xb8, 0xc2, 0xab, 0x6e, 0x62, 0xda, 0x84, 0x39, 0xf7, 0xac, 0x03, + 0xb3, 0x9e, 0x55, 0xfa, 0x04, 0x94, 0x82, 0xe4, 0xa9, 0x6e, 0x9a, 0xda, 0x89, 0x23, 0x98, 0xf3, + 0xd9, 0x77, 0xa1, 0xaf, 0x73, 0x80, 0x0a, 0x0d, 0x93, 0x16, 0xe5, 0xe7, 0xf6, 0x19, 0xbb, 0x56, + 0xd7, 0xde, 0x56, 0xf5, 0x96, 0x65, 0x34, 0x68, 0x5d, 0xb9, 0xa0, 0xc0, 0xa9, 0xf6, 0xb6, 0x44, + 0x28, 0x76, 0x21, 0x69, 0x5a, 0x9a, 0x61, 0x35, 0x5a, 0x27, 0xaa, 0xd5, 0x7e, 0xac, 0xb7, 0x68, + 0x4e, 0x58, 0x70, 0xa8, 0x15, 0x9b, 0x28, 0xbe, 0x1b, 0x85, 0x25, 0xdf, 0x34, 0xa8, 0x5e, 0xef, + 0x04, 0xf4, 0x4a, 0x8a, 0x49, 0x46, 0xcf, 0x8b, 0x29, 0xf2, 0xdd, 0x7e, 0x8a, 0x7f, 0x05, 0x92, + 0x8e, 0x14, 0x24, 0xad, 0xdf, 0x1c, 0xc1, 0x6a, 0x87, 0xf8, 0x9d, 0x33, 0x0a, 0x5d, 0x05, 0x68, + 0xe9, 0x6f, 0x5b, 0x54, 0x4a, 0xa2, 0xef, 0x39, 0x9b, 0x82, 0x25, 0x14, 0xee, 0x40, 0x82, 0x78, + 0xdf, 0x04, 0xdb, 0xc3, 0x6f, 0x45, 0x01, 0xe5, 0x74, 0xcb, 0xdd, 0x01, 0x9c, 0xd3, 0x58, 0x21, + 0x31, 0x1c, 0x3d, 0x6f, 0x0c, 0xe7, 0x7c, 0x47, 0x11, 0x24, 0x05, 0x3c, 0xe5, 0x1c, 0xfb, 0x04, + 0x26, 0x37, 0xec, 0x24, 0x62, 0xc2, 0xf3, 0x02, 0xf1, 0x97, 0x1c, 0x2c, 0xf9, 0x38, 0x0e, 0x75, + 0x1a, 0x46, 0xcf, 0x8b, 0x39, 0xcd, 0xf3, 0xae, 0xcf, 0x3c, 0x0b, 0x48, 0x3b, 0xd3, 0x1a, 0x4d, + 0xed, 0xa8, 0x49, 0x74, 0x6a, 0x83, 0xd3, 0x9d, 0xd2, 0xa2, 0xdb, 0xe2, 0x70, 0xed, 0xdb, 0xf1, + 0x55, 0x58, 0xf5, 0x94, 0x0b, 0x46, 0xfb, 0xe8, 0xbc, 0x0b, 0xb0, 0xf8, 0x6d, 0x0e, 0xd6, 0x06, + 0x20, 0xa8, 0xf8, 0x2f, 0x05, 0xc4, 0xbf, 0x11, 0xac, 0x4f, 0xbc, 0xbd, 0xa7, 0xb6, 0x16, 0x7d, + 0xc1, 0x5b, 0x5e, 0x50, 0x5d, 0x5f, 0x70, 0x25, 0x12, 0x3f, 0xf4, 0xad, 0xbe, 0x03, 0x60, 0x63, + 0xae, 0xbe, 0x21, 0xe3, 0x2e, 0x26, 0xb1, 0xec, 0x1a, 0x3d, 0x0b, 0x97, 0x18, 0xe1, 0xb3, 0x1d, + 0x60, 0x5e, 0xd6, 0x8d, 0xb3, 0x46, 0xcd, 0x1b, 0x49, 0xbe, 0x51, 0x7d, 0xbd, 0xbd, 0x13, 0x85, + 0x8d, 0x21, 0xc3, 0xd0, 0x6d, 0x88, 0x19, 0x9d, 0x1a, 0x15, 0xf1, 0x89, 0x51, 0x5c, 0x76, 0x94, + 0x52, 0xe6, 0x20, 0xa2, 0xd8, 0x43, 0x84, 0x5f, 0x70, 0x10, 0x53, 0x4a, 0x19, 0xf4, 0x12, 0xc4, + 0xdd, 0x53, 0x96, 0xcb, 0xbb, 0x4f, 0x8f, 0x03, 0xb1, 0x53, 0xe9, 0x75, 0x74, 0x05, 0x0f, 0x13, + 0xdb, 0x10, 0xc7, 0xc7, 0x32, 0xbe, 0x23, 0x92, 0x14, 0x2c, 0x67, 0x14, 0x29, 0x5d, 0x91, 0xd4, + 0xac, 0x54, 0x90, 0x2a, 0x92, 0x7a, 0xbf, 0x58, 0xa8, 0x1e, 0x4a, 0x3c, 0x87, 0x36, 0x21, 0x55, + 0xaa, 0xee, 0x15, 0xf2, 0xe5, 0x03, 0xb5, 0x2a, 0x3b, 0xbf, 0x68, 0x6b, 0x14, 0xf1, 0x70, 0xa9, + 0x90, 0x2f, 0x57, 0x28, 0xa1, 0xcc, 0xc7, 0x6c, 0x4a, 0x4e, 0xaa, 0xa8, 0x99, 0x74, 0x29, 0x9d, + 0xc9, 0x57, 0x1e, 0xf2, 0xf1, 0xbd, 0x19, 0x32, 0x5f, 0xf1, 0x83, 0x04, 0xa4, 0xe4, 0x76, 0x5d, + 0xff, 0xe8, 0xf6, 0x8f, 0x75, 0x76, 0x59, 0x4f, 0x32, 0xda, 0xe7, 0x31, 0x60, 0xd8, 0x04, 0xc6, + 0x2f, 0xe4, 0xed, 0x35, 0xd2, 0xd2, 0x8c, 0x13, 0xdd, 0x52, 0x3b, 0x9a, 0xf5, 0x08, 0x6f, 0x43, + 0xe7, 0x14, 0x20, 0xa4, 0x92, 0x66, 0x3d, 0x62, 0xef, 0x56, 0x13, 0x17, 0xdf, 0xad, 0xce, 0x04, + 0x76, 0xab, 0x6f, 0x30, 0xea, 0x6e, 0xb2, 0x8f, 0xdc, 0x1d, 0x2e, 0xe3, 0x78, 0xfb, 0xd4, 0x2f, + 0xb3, 0x4a, 0xba, 0x59, 0x8c, 0xff, 0xdc, 0x70, 0xfc, 0x71, 0x2b, 0xb9, 0xa9, 0x6c, 0x85, 0xfe, + 0x7f, 0xf6, 0xb9, 0xdf, 0xe3, 0x60, 0x9d, 0xa1, 0x13, 0x9a, 0xd6, 0x5e, 0x09, 0xa4, 0xb5, 0x9b, + 0x61, 0x3a, 0x9c, 0x72, 0x02, 0x7f, 0x2f, 0x0a, 0x82, 0xcd, 0xe5, 0xa3, 0xdc, 0x1a, 0x06, 0x42, + 0x21, 0x36, 0x10, 0x0a, 0x6a, 0xe8, 0x16, 0xb1, 0x1f, 0x8e, 0x9f, 0xf8, 0xe6, 0xf0, 0x1d, 0x0e, + 0x36, 0x98, 0x13, 0xa1, 0x16, 0x4c, 0x07, 0x2c, 0xf8, 0x54, 0xf8, 0xd4, 0xa7, 0x6c, 0xc3, 0xbb, + 0xc0, 0xe7, 0x74, 0xcb, 0xe6, 0x94, 0xcf, 0x9e, 0x77, 0xd1, 0xfd, 0x3e, 0x07, 0x8b, 0x9e, 0xc1, + 0x54, 0x96, 0xe7, 0x03, 0xb2, 0x5c, 0x75, 0x6a, 0x29, 0x7f, 0xbf, 0x8b, 0x49, 0x70, 0xdd, 0x5d, + 0x54, 0x3d, 0x67, 0x06, 0x9c, 0xf7, 0xcc, 0xc0, 0x27, 0x1a, 0x8e, 0x81, 0x8b, 0x54, 0x4b, 0x5f, + 0xe3, 0x60, 0xd1, 0x33, 0x78, 0xa8, 0x68, 0x03, 0xfd, 0xa6, 0x66, 0x9c, 0x2c, 0x89, 0xaf, 0x09, + 0x6b, 0xa3, 0x3f, 0x53, 0xe7, 0x0b, 0xab, 0x8a, 0xc2, 0x9d, 0x6f, 0xaa, 0xf5, 0xd0, 0x81, 0x6b, + 0xba, 0x97, 0x99, 0xf5, 0x90, 0xe0, 0xb2, 0x1d, 0xbb, 0x12, 0x7a, 0x9f, 0x83, 0x15, 0xe6, 0x00, + 0xb4, 0xeb, 0xad, 0x81, 0xae, 0x85, 0x23, 0x7b, 0xab, 0x9f, 0x32, 0x29, 0x7e, 0x9e, 0xf7, 0x15, + 0x3f, 0x37, 0x86, 0x8f, 0xf5, 0x96, 0x3d, 0x4b, 0x8c, 0xb2, 0xc7, 0x2d, 0x4d, 0x7e, 0x7f, 0x13, + 0x12, 0x58, 0x21, 0xe8, 0x65, 0x58, 0x38, 0xd1, 0x5b, 0xba, 0xa1, 0x35, 0x55, 0xa2, 0x33, 0x32, + 0xc9, 0xb5, 0xbe, 0xce, 0x76, 0x72, 0xa4, 0xdd, 0x51, 0xe0, 0xa5, 0x13, 0xcf, 0x37, 0x92, 0x61, + 0xa9, 0x86, 0xef, 0x20, 0x9d, 0x0a, 0xc4, 0xab, 0xf9, 0x4d, 0x0f, 0x8a, 0xf7, 0xa6, 0xd2, 0x81, + 0x5a, 0xac, 0x05, 0x89, 0x36, 0x5e, 0x1d, 0x1f, 0xed, 0xfb, 0xf1, 0x62, 0x03, 0x78, 0xde, 0x0b, + 0x00, 0x17, 0xaf, 0x1e, 0x24, 0xa2, 0x0e, 0x6c, 0xd5, 0xdc, 0x5a, 0x51, 0x0d, 0x54, 0x4b, 0x04, + 0x3b, 0xee, 0xf1, 0x33, 0x3a, 0x57, 0xf6, 0x59, 0xa8, 0xc3, 0x66, 0xb3, 0x36, 0xa4, 0x1d, 0x9d, + 0xc1, 0x75, 0x0f, 0xc7, 0x6e, 0x8b, 0xc9, 0x93, 0x54, 0x47, 0x4f, 0x33, 0x79, 0x06, 0x92, 0xac, + 0xc3, 0xf5, 0x5a, 0x6d, 0x68, 0x0f, 0xd4, 0x03, 0xf1, 0x8c, 0x9e, 0xd7, 0xa8, 0x8c, 0x6d, 0x32, + 0x65, 0x3c, 0x83, 0x19, 0x7f, 0xca, 0xc3, 0x38, 0xfc, 0x90, 0xc7, 0xe1, 0xbc, 0x75, 0x36, 0xbc, + 0x0b, 0x7a, 0x00, 0xab, 0x5e, 0x25, 0xdb, 0xd9, 0x87, 0xb2, 0x4b, 0x7a, 0x36, 0xb0, 0x03, 0xba, + 0xb5, 0xfb, 0x39, 0x3c, 0x96, 0x6b, 0x0c, 0x3a, 0x7a, 0x13, 0xd6, 0x71, 0x5a, 0x65, 0xea, 0x70, + 0xd6, 0x73, 0x27, 0x4c, 0xb0, 0x07, 0x8a, 0x0c, 0x07, 0x7d, 0xb5, 0xc5, 0x6c, 0x41, 0x75, 0xd8, + 0xc0, 0xf8, 0x21, 0x56, 0x9a, 0xf3, 0xec, 0x3f, 0xfb, 0x1c, 0x42, 0xec, 0x93, 0x6a, 0x85, 0xb4, + 0x21, 0x09, 0x78, 0x22, 0x85, 0x47, 0x31, 0x80, 0xa1, 0xd7, 0x83, 0x93, 0xf7, 0xaa, 0xe4, 0x72, + 0xcb, 0x47, 0x41, 0xfb, 0xb0, 0x68, 0x57, 0x1e, 0x74, 0x9d, 0xa1, 0x38, 0xf3, 0x03, 0x38, 0xee, + 0xda, 0xe6, 0xe2, 0x9c, 0x50, 0x4a, 0x1d, 0x53, 0x84, 0x1f, 0x47, 0xe1, 0x92, 0x37, 0xa6, 0x51, + 0x0e, 0x00, 0x83, 0xa9, 0xb5, 0xfe, 0x35, 0xf4, 0xad, 0x90, 0x04, 0xe0, 0xfb, 0xc8, 0xb4, 0xeb, + 0xba, 0x32, 0xa7, 0x3b, 0x3f, 0xd1, 0xe7, 0x60, 0xa5, 0xa6, 0x61, 0x1f, 0x38, 0xed, 0x9a, 0xf6, + 0x4c, 0x2d, 0xd5, 0xd0, 0x2d, 0xa3, 0x87, 0xd3, 0xc1, 0xac, 0x82, 0x48, 0xe3, 0x61, 0xd7, 0xb4, + 0xe4, 0xb6, 0xa5, 0xd8, 0x2d, 0xe8, 0x19, 0x58, 0x24, 0xbc, 0xeb, 0xba, 0x59, 0x33, 0x1a, 0x1d, + 0xcb, 0x5e, 0x40, 0x48, 0x5d, 0xc5, 0xe3, 0x86, 0x6c, 0x9f, 0x2e, 0x3e, 0xb6, 0xcb, 0x03, 0x3f, + 0x7b, 0xff, 0xb6, 0x6e, 0x01, 0xe6, 0xaa, 0x72, 0x56, 0xda, 0xcf, 0xcb, 0x52, 0x96, 0xe7, 0xd0, + 0x16, 0x6c, 0x54, 0xe5, 0x72, 0xb5, 0x54, 0x2a, 0x2a, 0x15, 0x29, 0xab, 0x2a, 0xd2, 0x6b, 0x55, + 0xc9, 0xde, 0xbc, 0x49, 0x4a, 0x39, 0x5f, 0x94, 0xe9, 0xa5, 0x77, 0xbe, 0x5c, 0xce, 0xcb, 0x39, + 0xdc, 0x98, 0x57, 0xa4, 0xac, 0xba, 0x9f, 0x97, 0x0a, 0x59, 0x3e, 0x26, 0x7c, 0x23, 0x06, 0x8b, + 0x03, 0x49, 0x0b, 0xbd, 0xc6, 0xd0, 0xd5, 0xee, 0xb0, 0x34, 0x37, 0x48, 0x09, 0x6a, 0x8d, 0xa9, + 0x82, 0x68, 0x88, 0x0a, 0xfe, 0xc5, 0xc1, 0x0a, 0x13, 0x71, 0x70, 0x7f, 0x9b, 0x2e, 0x14, 0x54, + 0xb9, 0x58, 0x51, 0xf3, 0x87, 0xa5, 0x82, 0x74, 0x28, 0xc9, 0x15, 0xac, 0x93, 0x6d, 0xd8, 0x2c, + 0x96, 0x24, 0x25, 0x5d, 0xc9, 0x17, 0x65, 0xb5, 0x24, 0xc9, 0x59, 0x5b, 0xf8, 0xfd, 0xa2, 0xd2, + 0xdf, 0xe3, 0xae, 0xc1, 0x52, 0x5e, 0xbe, 0x9f, 0x2e, 0xe4, 0xb3, 0x94, 0xa6, 0xca, 0xe9, 0x43, + 0x89, 0x8f, 0xa1, 0x6b, 0x20, 0x78, 0xd5, 0xe9, 0x6c, 0x79, 0x55, 0x25, 0x2d, 0xe7, 0x24, 0x3e, + 0x8e, 0xd6, 0x61, 0x85, 0x0e, 0x48, 0x17, 0x14, 0x29, 0x9d, 0x7d, 0xa8, 0x4a, 0xaf, 0xe7, 0xcb, + 0x95, 0x32, 0x9f, 0x40, 0x57, 0x61, 0xdd, 0x3b, 0xb4, 0x94, 0x56, 0xd2, 0x87, 0x52, 0x45, 0x52, + 0xd4, 0x7b, 0xd2, 0x43, 0x7e, 0x06, 0x6d, 0xc0, 0x9a, 0xc3, 0xb2, 0xdf, 0x74, 0x3f, 0x5d, 0xa8, + 0x4a, 0x7c, 0x52, 0x78, 0x3f, 0x0a, 0x8b, 0x03, 0xd9, 0x7e, 0xa4, 0x21, 0x06, 0x46, 0x0c, 0x52, + 0x26, 0x32, 0xc4, 0x77, 0x39, 0x58, 0x61, 0x22, 0x4e, 0xcf, 0x10, 0x2b, 0xb0, 0x18, 0x30, 0x44, + 0x3e, 0xcb, 0xc7, 0x3c, 0x6a, 0xce, 0x16, 0xa5, 0x32, 0x46, 0xc6, 0x7a, 0xe6, 0xe3, 0xc2, 0x4f, + 0xe2, 0xb0, 0x39, 0x6c, 0xf1, 0x42, 0x27, 0x0c, 0xad, 0x1d, 0x8c, 0xb9, 0xf2, 0x0d, 0x6d, 0x9c, + 0x44, 0x97, 0x68, 0x1d, 0x66, 0x69, 0x56, 0x23, 0xc7, 0xb1, 0x73, 0x4a, 0x92, 0x94, 0xcf, 0xa6, + 0xf8, 0x27, 0xdf, 0xb5, 0x1f, 0x9b, 0xef, 0x27, 0xa8, 0x71, 0xb4, 0x09, 0xa9, 0x80, 0xcf, 0xd3, + 0x33, 0x23, 0x29, 0xcb, 0x27, 0xec, 0x50, 0xc2, 0x8f, 0x62, 0x02, 0xc3, 0x66, 0xd0, 0x2a, 0xa0, + 0xc3, 0xf4, 0xeb, 0x6a, 0xba, 0x52, 0x49, 0x67, 0x0e, 0xa4, 0x2c, 0x7e, 0x3a, 0x53, 0xe6, 0x93, + 0x76, 0x20, 0x78, 0xe3, 0xe4, 0xb0, 0x58, 0x95, 0x2b, 0xea, 0x7e, 0x21, 0x9d, 0x2b, 0xf3, 0x73, + 0xc1, 0x46, 0xca, 0xb7, 0xf2, 0xb0, 0x24, 0xf1, 0x60, 0xb3, 0xf2, 0x36, 0xee, 0x97, 0x49, 0xc3, + 0x3c, 0x5a, 0x82, 0x2b, 0x8e, 0x4c, 0x78, 0x2e, 0xf9, 0x2c, 0x3f, 0x2b, 0xfc, 0x28, 0xe6, 0x7d, + 0xe1, 0xc0, 0x5c, 0xb5, 0x1e, 0x33, 0x5c, 0xa5, 0x30, 0x76, 0xc1, 0x32, 0xa2, 0x79, 0xa2, 0xd0, + 0xfb, 0x07, 0x07, 0xe2, 0x68, 0xf8, 0x4f, 0xd2, 0x2b, 0x42, 0xec, 0x9e, 0x60, 0x19, 0x63, 0x06, + 0x2d, 0x03, 0x4f, 0x3f, 0xdc, 0x55, 0x88, 0x9f, 0x15, 0xfe, 0x1d, 0x85, 0xad, 0x11, 0xb5, 0x19, + 0x3a, 0x65, 0xd8, 0x48, 0x1e, 0xbf, 0xb6, 0x1b, 0xd5, 0x3e, 0x91, 0x95, 0x7e, 0xc5, 0xc1, 0x8d, + 0x31, 0xf0, 0xfd, 0x66, 0x0a, 0xd5, 0x29, 0x37, 0x2c, 0x34, 0xa2, 0xc3, 0x42, 0x23, 0x16, 0x16, + 0x1a, 0x71, 0xb6, 0x61, 0x13, 0xc2, 0x57, 0xa3, 0xb0, 0xcc, 0x2a, 0x53, 0xd1, 0x03, 0x86, 0xba, + 0x6f, 0x8f, 0xa8, 0x6d, 0x99, 0xc4, 0x89, 0x14, 0x5b, 0x87, 0x54, 0x18, 0xa6, 0x5f, 0x99, 0x2b, + 0xb0, 0xb8, 0x97, 0xce, 0xaa, 0xa5, 0x42, 0x35, 0x97, 0x97, 0xd5, 0x4c, 0x51, 0xde, 0xcf, 0xe7, + 0x78, 0x0e, 0x3d, 0x01, 0xdb, 0x03, 0x45, 0xcf, 0x41, 0xb1, 0x5c, 0x51, 0xb3, 0x92, 0xed, 0xfe, + 0x92, 0x9c, 0x79, 0xc8, 0x47, 0xed, 0xf2, 0x67, 0x95, 0x5d, 0x4f, 0xa3, 0x2f, 0x31, 0xd4, 0xf0, + 0xe2, 0xc8, 0x32, 0x3c, 0x84, 0x3c, 0x91, 0x2a, 0xfe, 0xce, 0x91, 0x33, 0x89, 0x71, 0xd6, 0x85, + 0x51, 0x71, 0xce, 0x85, 0x3b, 0x5f, 0x74, 0x98, 0xf3, 0xc5, 0x86, 0x39, 0x5f, 0x3c, 0xcc, 0xf9, + 0x12, 0xe8, 0x0a, 0xcc, 0x13, 0x18, 0x49, 0x51, 0x8a, 0x0a, 0x3f, 0xc3, 0xf6, 0xc6, 0xa4, 0xf0, + 0x9b, 0x28, 0xb9, 0x46, 0x60, 0x26, 0x69, 0x95, 0x61, 0x8a, 0x57, 0xc7, 0xd8, 0xaf, 0x84, 0x36, + 0x4c, 0x5a, 0x13, 0x6d, 0x0e, 0x03, 0x9e, 0xa2, 0x41, 0x16, 0x61, 0xa1, 0x2a, 0x7b, 0xf5, 0x17, + 0x63, 0xeb, 0x2f, 0x2e, 0xfc, 0x93, 0x83, 0xcb, 0xfe, 0xbd, 0x15, 0xba, 0xc7, 0xd0, 0xda, 0xa7, + 0x43, 0xb7, 0x62, 0x81, 0xcf, 0x89, 0x34, 0xf4, 0x26, 0xa0, 0x41, 0xb4, 0x29, 0x46, 0xad, 0x2d, + 0xac, 0x7f, 0x03, 0x38, 0x52, 0x58, 0x7f, 0xf7, 0xc0, 0xe7, 0xa4, 0xc2, 0x0e, 0xa2, 0x4d, 0x4f, + 0xd8, 0xbd, 0x24, 0x3d, 0xe1, 0xde, 0xfd, 0x19, 0x07, 0xb3, 0x79, 0x7c, 0x1e, 0x6e, 0xf5, 0xd0, + 0x1b, 0xf8, 0x3f, 0x2d, 0x03, 0xff, 0xe2, 0x41, 0xdb, 0x43, 0xfe, 0xe0, 0x83, 0x8f, 0x30, 0x85, + 0xeb, 0x23, 0xff, 0x02, 0x24, 0x46, 0xd0, 0x01, 0x2c, 0xf8, 0xfe, 0x1c, 0x82, 0xd6, 0x59, 0x7f, + 0x18, 0x21, 0x80, 0x42, 0xf8, 0x7f, 0x49, 0xc4, 0xc8, 0xee, 0x7b, 0x33, 0x00, 0xfd, 0x44, 0x8e, + 0x24, 0xb8, 0xe4, 0xdd, 0xd8, 0xa1, 0x54, 0xd8, 0x9f, 0x19, 0x84, 0xf5, 0xd0, 0xa7, 0xff, 0x62, + 0xc4, 0x86, 0xf1, 0x6e, 0x4b, 0x28, 0x0c, 0xe3, 0x6d, 0x2f, 0x85, 0x61, 0x3d, 0xa4, 0x15, 0x23, + 0xe8, 0xd8, 0x77, 0x3f, 0xef, 0x8d, 0x66, 0x74, 0x63, 0x8c, 0xc7, 0x9b, 0xc2, 0x13, 0xe3, 0x3c, + 0x2a, 0x14, 0x23, 0xa8, 0x09, 0xeb, 0xa1, 0xa5, 0x1c, 0xba, 0x39, 0xd6, 0xb3, 0x3a, 0xe1, 0xc9, + 0xf1, 0x9e, 0xad, 0x89, 0x11, 0xd4, 0x06, 0x21, 0xbc, 0x24, 0x41, 0x4f, 0x8e, 0xf7, 0x80, 0x4b, + 0x78, 0x6a, 0xcc, 0xc7, 0x51, 0x62, 0x04, 0xed, 0xc1, 0xbc, 0xe7, 0x05, 0x0e, 0x5a, 0x1b, 0x7c, + 0x93, 0x43, 0x20, 0x53, 0x61, 0x8f, 0x75, 0x08, 0x86, 0xe7, 0xed, 0x07, 0xc5, 0x18, 0x7c, 0xa9, + 0x42, 0x31, 0x18, 0xcf, 0x44, 0xc4, 0x08, 0x92, 0xe1, 0x4a, 0xa0, 0x66, 0x40, 0x1b, 0xec, 0x67, + 0x15, 0x04, 0x6b, 0x73, 0xd8, 0x9b, 0x8b, 0xa0, 0xd9, 0x02, 0x07, 0xf3, 0x03, 0x66, 0x63, 0xdf, + 0x18, 0x0c, 0x98, 0x2d, 0xe4, 0x7c, 0x5f, 0x8c, 0xec, 0x7e, 0x27, 0x06, 0x71, 0x3b, 0x8d, 0xa0, + 0x0a, 0xbd, 0x07, 0xf1, 0x79, 0xc9, 0xd5, 0xa1, 0x97, 0xb4, 0xc2, 0xb5, 0xe1, 0xf7, 0x8f, 0x62, + 0x04, 0x7d, 0x11, 0x96, 0x18, 0xab, 0x16, 0xda, 0x1a, 0x71, 0x63, 0x27, 0x6c, 0x8f, 0xba, 0x17, + 0x13, 0x23, 0xe8, 0x45, 0x98, 0x73, 0x73, 0x20, 0x5a, 0x09, 0x5e, 0x3e, 0x11, 0x9c, 0x55, 0xf6, + 0x9d, 0x14, 0x19, 0xed, 0x2e, 0x17, 0x74, 0x74, 0xf0, 0x12, 0x89, 0x8e, 0x1e, 0xb8, 0xf6, 0xe9, + 0xcb, 0x15, 0x34, 0xcf, 0x56, 0xf8, 0x8d, 0x4a, 0x50, 0xae, 0x50, 0x93, 0x1c, 0xcd, 0xe0, 0xbf, + 0x62, 0x3e, 0xf7, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf6, 0xc1, 0x99, 0x74, 0x97, 0x39, 0x00, + 0x00, } diff --git a/spec.md b/spec.md index 5d881014..c4e9060c 100644 --- a/spec.md +++ b/spec.md @@ -1500,7 +1500,7 @@ message Error { // information. This string maybe surfaced by CO to end users. string error_description = 2; - // On `VOLUME_ALREADY_ATTACHED` and `MAX_ATTACHED_NODES` errors, + // On `VOLUME_ALREADY_PUBLISHED` and `MAX_ATTACHED_NODES` errors, // this field contains the node(s) that the specified volume is // already attached to. repeated string node_ids = 3; @@ -1574,8 +1574,6 @@ message Error { // retrying. INVALID_NODE_ID = 6; - VOLUME_NOT_ATTACHED_TO_SPECIFIED_NODE = 7; - // Indicates that the Plugin does not support the operation // without a node ID. //