Project

General

Profile

Actions

Bug #40193

closed

Changing pg_num and other pool settings are ignored

Added by Nathan Fish almost 5 years ago. Updated almost 5 years ago.

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

0%

Source:
Community (user)
Tags:
Backport:
Regression:
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

root@dc-3558-422:~# ceph osd pool set cephfs_data_cscf-home pg_num 64
set pool 1 pg_num to 64
root@dc-3558-422:~# ceph osd pool get cephfs_data_cscf-home pg_num
pg_num: 16
root@dc-3558-422:~# ceph osd pool set cephfs_data_cscf-home pgp_num 64
Error EINVAL: specified pgp_num 64 > pg_num 16

Nautilus 14.2.1 on Ubuntu 18.04.2 (HWE kernel 4.18)

mon log snippet while running "ceph osd pool set cephfs_data_cscf-home pg_num 64" with "debug mon = 15":

http://paste.ubuntu.com/p/cbpZFX29Z6/

I had the autoscaler enabled, I disabled it but that did not fix the problem. This worked on a previous edition of the cluster running 14.2.0. Should I roll back to 14.2.0 and try to reproduce it?


Related issues 1 (0 open1 closed)

Is duplicate of RADOS - Bug #39570: nautilus with requrie_osd_release < nautilus cannot increase pg_numResolvedSage Weil05/02/2019

Actions
Actions #1

Updated by Greg Farnum almost 5 years ago

  • Project changed from Ceph to RADOS
Actions #2

Updated by Nathan Fish almost 5 years ago

By the way, I tried rolling back to 14.2.0 (with existing cluster state) and also kernel 4.15. Neither did anything.

Actions #3

Updated by Josh Durgin almost 5 years ago

  • Is duplicate of Bug #39570: nautilus with requrie_osd_release < nautilus cannot increase pg_num added
Actions #4

Updated by Josh Durgin almost 5 years ago

  • Status changed from New to Duplicate
Actions #5

Updated by Greg Farnum almost 5 years ago

Also check your cluster health — according to the monitor it's got "736 pgs creating" which is unusual, and probably related to whatever's not working here.

Actions

Also available in: Atom PDF