Project

General

Profile

Actions

Bug #62099

open

mgr/dashboard: NFS exports are failing with error

Added by Ankush Behl 10 months ago. Updated 8 months ago.

Status:
Triaged
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

Description of problem

NFS exports are failing sometime with below mentioned error.

API ERROR:
NoneType' object is not subscriptable

Console Error:
to load resource: the server responded with a status of 500 (Internal Server Error)
2forms.mjs:5855
It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true
when you set up this control in your component class, the disabled attribute will actually be set in the DOM for
you. We recommend using this approach to avoid 'changed after checked' errors.

Example:
form = new FormGroup({
first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),
last: new FormControl('Drew', Validators.required)
});

Environment

  • ceph version string:
  • Platform (OS/distro/release):
  • Cluster details (nodes, monitors, OSDs):
  • Did it happen on a stable environment or after a migration/upgrade?:
  • Browser used (e.g.: Version 86.0.4240.198 (Official Build) (64-bit)):

How reproducible

Steps:

  1. ...

Actual results

Please add logs and/or screenshots

Expected results

here

Additional info

here


Files

Actions #1

Updated by Pedro González Gómez 8 months ago

  • Status changed from New to Triaged
  • Assignee set to Avan Thakkar
Actions

Also available in: Atom PDF