summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2017-08-01 17:37:41 +0800
committerLei YU <mine260309@gmail.com>2017-10-16 20:41:02 +0800
commit1c2ce82c0c3226a94aeefcc6ff2ddee170792ca0 (patch)
treedf1cb57ae4163150edf122b198fc8a5c56e69252 /README.md
parent710d49be2fc33f22e8f4a7ed43774fd9293d083f (diff)
downloadphosphor-time-manager-1c2ce82c0c3226a94aeefcc6ff2ddee170792ca0.tar.gz
phosphor-time-manager-1c2ce82c0c3226a94aeefcc6ff2ddee170792ca0.zip
Let timedate1 to decide on setting time in NTP mode
In NTP mode, let timedate1 to set BMC time, for now, it results in error. Change-Id: I2d78cdcfe6868642f43198dd932b20b13fd8523d Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5365349..cf7a287 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,10 @@ allowed depending on below two settings in settings manager.
A summary of which cases the time can be set on BMC or HOST:
Mode | Owner | Set BMC Time | Set Host Time
--------- | ----- | ------------- | -------------------
-NTP | BMC | Not allowed | Not allowed
+NTP | BMC | Fail to set | Not allowed
NTP | HOST | Not allowed | Not allowed
-NTP | SPLIT | Not allowed | OK
-NTP | BOTH | Not allowed | Not allowed
+NTP | SPLIT | Fail to set | OK
+NTP | BOTH | Fail to set | Not allowed
MANUAL | BMC | OK | Not allowed
MANUAL | HOST | Not allowed | OK
MANUAL | SPLIT | OK | OK
OpenPOWER on IntegriCloud