Hide Forgot
In the gluster command console, please add arrow functionality so you can hit the up arrow to redisplay the previous command and have it available for editing. Functionality similar to what you get with a bash prompt or something like that. Several times I have done this out of habit only to have ^]]A displayed.
Hi Jacob, That support is already present with gluster, but its available only when its built with 'readline-dev' packages installed. With 'readline' mode, it works with auto completion for subcommands also inside the 'gluster>' command. Can you check and confirm?
I actually didn't build it. This was using the CentOS RPMs. Perhaps the system they were built on was missing that package? The system I ran it on has it: [root@jacobgfs31-s1 ~]# rpm -qa | grep -i readline readline-5.1-3.el5 readline-5.1-3.el5 readline-devel-5.1-3.el5 readline-devel-5.1-3.el5 [root@jacobgfs31-s1 ~]# gluster gluster> peer status Number of Peers: 3 Hostname: jacobgfs31-s2 Uuid: 3fab700c-122e-4ada-83db-681394006a80 State: Peer in Cluster (Connected) Hostname: jacobgfs31-s3 Uuid: 746daf78-d999-4c68-a4d7-c3250038f63e State: Peer in Cluster (Connected) Hostname: jacobgfs31-s4 Uuid: 45578b00-fb8a-42ef-9031-6b5eabe9f45c State: Peer in Cluster (Disconnected) gluster> ^[[A^[[A^[[A^[[A^[[A
if glusterfs is built with readline library, this feature should already present.