Project

General

Profile

Actions

Bug #64289

open

qa/cephfs: value substitution is expected without declaring it f-string

Added by Rishabh Dave 3 months ago. Updated 3 months ago.

Status:
Fix Under Review
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
qa
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Variable mentioned inside string is expected to be substituted by it's value but it is not declared as a f-string.

             log.info('no FS name is mentioned in moncap, client has '
                      'permission to list all files. moncap -\n{moncap}')

             return

        log.info('FS names are mentioned in moncap. moncap -\n{moncap}')
Actions #1

Updated by Rishabh Dave 3 months ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 55411
  • Labels (FS) qa added
Actions

Also available in: Atom PDF