lcr/0012-Fix-info-inproper-data-type-for-timestamp.patch
jikai 754dcd5242 sync from upstream
Signed-off-by: jikai <jikai11@huawei.com>
(cherry picked from commit 35815058031561339484cdbdff29d3c4beef7a99)
2024-06-11 19:20:32 +08:00

27 lines
741 B
Diff

From d5805dda2500ff4b0676e30c800a188c93a7d59d Mon Sep 17 00:00:00 2001
From: xuxuepeng <xuxuepeng1@huawei.com>
Date: Fri, 3 May 2024 04:07:30 +0800
Subject: [PATCH 12/14] Fix info inproper data type for timestamp
Signed-off-by: xuxuepeng <xuxuepeng1@huawei.com>
---
src/json/schema/container/info.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/json/schema/container/info.json b/src/json/schema/container/info.json
index 3bf1033..d7209db 100644
--- a/src/json/schema/container/info.json
+++ b/src/json/schema/container/info.json
@@ -78,7 +78,7 @@
"type": "uint64"
},
"timestamp": {
- "type": "uint64"
+ "type": "int64"
},
"swap_used": {
"type": "uint64"
--
2.34.1