[
https://issues.apache.org/jira/browse/HDDS-9044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Soumitra Sulav updated HDDS-9044:
---------------------------------
Description:
Ozone cert clean cli usage is not user friendly.
Below are the reasons :
* Runs without kerberos authentication check
{code:java}
[root@quasar-ewnsjs-2 ~]# klist
klist: No credentials cache found (filename: /tmp/krb5cc_0)
[root@quasar-ewnsjs-2 ~]# /opt/cloudera/parcels/CDH/bin/ozone admin cert clean
--db=/var/lib/hadoop-ozone/scm/data789712
[root@quasar-ewnsjs-2 ~]#
{code}
* It ask for db-path which can be identified with the help of
ozone.scm.db.dirs config.
* Command needs to be run from scm node and it cannot be run from a client node
* There is no response on passing invalid path with invalid exit code.
{code:java}
root@st-ozone-0mrob1-k26w9:/hwqe/hadoopqe# /opt/cloudera/parcels/CDH/bin/ozone
admin cert clean --db=/tmp
root@st-ozone-0mrob1-k26w9:/hwqe/hadoopqe# echo $?
0
{code}
was:
Ozone cert clean cli usage is not user friendly.
Below are the reasons :
* It ask for db-path which can be identified with the help of ozone.scm.db.dirs
config.
* Command needs to be run from scm node and it cannot be run from a client node
* There is no response on passing invalid path with invalid exit code.
E.g
{code:java}
root@st-ozone-0mrob1-k26w9:/hwqe/hadoopqe# /opt/cloudera/parcels/CDH/bin/ozone
admin cert clean --db=/tmp
root@st-ozone-0mrob1-k26w9:/hwqe/hadoopqe# echo $?
0
{code}
> [ozone-cert-rotation] Invalid exit code from ozone cert clean command
> ---------------------------------------------------------------------
>
> Key: HDDS-9044
> URL: https://issues.apache.org/jira/browse/HDDS-9044
> Project: Apache Ozone
> Issue Type: Bug
> Components: Ozone Manager
> Affects Versions: 1.4.0
> Reporter: Soumitra Sulav
> Priority: Major
>
> Ozone cert clean cli usage is not user friendly.
> Below are the reasons :
> * Runs without kerberos authentication check
> {code:java}
> [root@quasar-ewnsjs-2 ~]# klist
> klist: No credentials cache found (filename: /tmp/krb5cc_0)
> [root@quasar-ewnsjs-2 ~]# /opt/cloudera/parcels/CDH/bin/ozone admin cert
> clean --db=/var/lib/hadoop-ozone/scm/data789712
> [root@quasar-ewnsjs-2 ~]#
> {code}
> * It ask for db-path which can be identified with the help of
> ozone.scm.db.dirs config.
> * Command needs to be run from scm node and it cannot be run from a client
> node
> * There is no response on passing invalid path with invalid exit code.
> {code:java}
> root@st-ozone-0mrob1-k26w9:/hwqe/hadoopqe#
> /opt/cloudera/parcels/CDH/bin/ozone admin cert clean --db=/tmp
> root@st-ozone-0mrob1-k26w9:/hwqe/hadoopqe# echo $?
> 0
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]