Project

General

Profile

Actions

Bug #56727

closed

mgr/volumes: Subvolume creation failed on FIPs enabled system

Added by Kotresh Hiremath Ravishankar over 1 year ago. Updated 12 months ago.

Status:
Resolved
Priority:
Urgent
Category:
-
Target version:
-
% Done:

100%

Source:
Tags:
backport_processed
Backport:
octopus, quincy, pacific
Regression:
No
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
mgr/volumes
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The subvolume creation hits the following traceback on fips enabled system.

"Traceback (most recent call last):
File "/usr/share/ceph/mgr/mgr_module.py", line 1446, in handle_command
    return self.handle_command(inbuf, cmd)\n  File "/usr/share/ceph/mgr/volumes/module.py", line 437, in handle_command
    return handler(inbuf, cmd)\n  File "/usr/share/ceph/mgr/volumes/module.py", line 34, in wrap
    return f(self, inbuf, cmd)\n  File "/usr/share/ceph/mgr/volumes/module.py", line 491, in cmd_fs_subvolume_create
    namespace_isolated=cmd.get('namespace_isolated', False))
  File "/usr/share/ceph/mgr/volumes/fs/volume.py", line 171, in create_subvolume
    with open_subvol(self.mgr, fs_handle, self.volspec, group, subvolname, SubvolumeOpType.CREATE) as subvolume:
  File "/usr/lib64/python3.6/contextlib.py", line 81, in enter
    return next(self.gen)
  File "/usr/share/ceph/mgr/volumes/fs/operations/subvolume.py", line 72, in open_subvol
    subvolume = loaded_subvolumes.get_subvolume_object(mgr, fs, vol_spec, group, subvolname)
  File "/usr/share/ceph/mgr/volumes/fs/operations/versions/__init.py", line 93, in get_subvolume_object
    subvolume = SubvolumeBase(mgr, fs, vol_spec, group, subvolname)
  File "/usr/share/ceph/mgr/volumes/fs/operations/versions/subvolume_base.py", line 38, in init
    self.load_config()\n  File "/usr/share/ceph/mgr/volumes/fs/operations/versions/subvolume_base.py", line 129, in load_config
    self.fs.stat(self.legacy_config_path)
  File "/usr/share/ceph/mgr/volumes/fs/operations/versions/subvolume_base.py", line 78, in legacy_config_path
    m = md5()
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
" ```

Related issues 3 (0 open3 closed)

Copied to CephFS - Backport #56978: pacific: mgr/volumes: Subvolume creation failed on FIPs enabled systemResolvedActions
Copied to CephFS - Backport #56979: quincy: mgr/volumes: Subvolume creation failed on FIPs enabled systemResolvedActions
Copied to CephFS - Backport #56980: octopus: mgr/volumes: Subvolume creation failed on FIPs enabled systemRejectedActions
Actions #1

Updated by Kotresh Hiremath Ravishankar over 1 year ago

  • Backport set to octopus, quincy, pacific
Actions #2

Updated by Ramana Raja over 1 year ago

  • Status changed from New to Fix Under Review
  • Assignee set to Kotresh Hiremath Ravishankar
  • Pull request ID set to 47300
Actions #3

Updated by Kotresh Hiremath Ravishankar over 1 year ago

  • Description updated (diff)
  • Assignee deleted (Kotresh Hiremath Ravishankar)
  • Severity deleted (3 - minor)
Actions #4

Updated by Kotresh Hiremath Ravishankar over 1 year ago

  • Assignee set to Kotresh Hiremath Ravishankar
Actions #5

Updated by Ramana Raja over 1 year ago

  • Status changed from Fix Under Review to Pending Backport
Actions #6

Updated by Backport Bot over 1 year ago

  • Copied to Backport #56978: pacific: mgr/volumes: Subvolume creation failed on FIPs enabled system added
Actions #7

Updated by Backport Bot over 1 year ago

  • Copied to Backport #56979: quincy: mgr/volumes: Subvolume creation failed on FIPs enabled system added
Actions #8

Updated by Backport Bot over 1 year ago

  • Copied to Backport #56980: octopus: mgr/volumes: Subvolume creation failed on FIPs enabled system added
Actions #9

Updated by Backport Bot over 1 year ago

  • Tags set to backport_processed
Actions #10

Updated by Konstantin Shalygin 12 months ago

  • Status changed from Pending Backport to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF