szetszwo commented on PR #8208: URL: https://github.com/apache/ozone/pull/8208#issuecomment-2770494004
```diff $diff HddsProtos.txt OzoneManagerProtocolProtos.txt 1c1 < class org.apache.hadoop.hdds.protocol.proto.HddsProtos$StorageTypeProto --- > class org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos$StorageTypeProto ``` - HddsProtos.txt ``` class org.apache.hadoop.hdds.protocol.proto.HddsProtos$StorageTypeProto DISK: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: DISK bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 01 , length=17 SSD: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: SSD bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 02 , length=17 ARCHIVE: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: ARCHIVE bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 03 , length=17 RAM_DISK: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: RAM_DISK bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 04 , length=17 ``` - OzoneManagerProtocolProtos.txt ``` class org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos$StorageTypeProto DISK: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: DISK bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 01 , length=17 SSD: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: SSD bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 02 , length=17 ARCHIVE: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: ARCHIVE bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 03 , length=17 RAM_DISK: volumeName: "vol1" bucketName: "buck1" isVersionEnabled: true storageType: RAM_DISK bytes: 0A 04 76 6F 6C 31 12 05 62 75 63 6B 31 20 01 28 04 , length=17 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
