After the installation of ceph-iscsi-cli, systemctl daemon-reload, systemctl enable rbd-target-api and systemctl start rbd-target-api, I check the status of rbd-target-api daemon. Then, I get the following error:
However, I get xterm after executing printenv Term. And
[root@localhost ceph-iscsi-cli-2.5]# python
Python 2.7.13 (default, Sep 5 2017, 08:53:59)
[GCC 7.1.1 20170622 (Red Hat 7.1.1-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.environ['TERM']
'xterm'
>>>
After the installation of ceph-iscsi-cli,
systemctl daemon-reload
,systemctl enable rbd-target-api
andsystemctl start rbd-target-api
, I check the status of rbd-target-api daemon. Then, I get the following error:However, I get
xterm
after executingprintenv Term
. AndWhat it is? And how could I correct it? Thanks!