From: Vallari Agrawal Date: Sun, 22 Feb 2026 08:45:18 +0000 (+0530) Subject: WIP: Add session_id to ceph.in X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=99aa673addc07fac5f6d05d8a0f8cbb87467eeb8;p=ceph-ci.git WIP: Add session_id to ceph.in Signed-off-by: Vallari Agrawal --- diff --git a/src/ceph.in b/src/ceph.in index abfc8fb57d9..64a8857e98e 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -29,6 +29,7 @@ import stat import sys import time import platform +import uuid from typing import Dict, List, Sequence, Tuple @@ -593,6 +594,7 @@ def do_command(parsed_args, target, cmdargs, sigdict, inbuf, verbose): # Set extra options for polling commands only: if valid_dict.get('poll', False): valid_dict['width'] = Termsize().cols + valid_dict['session_id'] = str(uuid.uuid4()) while True: try: # Only print the header for polling commands