Project

General

Profile

Actions

Bug #22660

closed

Inconsistency raised while performing multiple "image rename" in parallel.

Added by Debashis Mondal over 6 years ago. Updated about 5 years ago.

Status:
Won't Fix
Priority:
Low
Assignee:
-
Target version:
-
% Done:

0%

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

Description

Observation :-
--------------------

It is observed that may be due to poor internal locking mechanism the image header can persist in OSDs after renaming the image frequently in parallel, whereas the image doesn't exist in the pool at all. For this behavior we can't assign the new name which is already present in the headers. 
Image headers should be deleted properly after renaming the image frequently in parallel so that any kind of consistency related problem can't occur in future.

Execution Steps:-

Step- 1 : Create an image in a pool
                # rbd create mypool/image --size 1024
[ Note: For testing purpose make ensure that the pool does not exist any other images ]
Step-2 : Execute below scripts in two different shells to perform rename operation  frequently in parallel 
<Shell-1> # ./rbd_rename_program1.sh mypool
<Shell-2> # ./rbd_rename_program2.sh mypool
[ Note:- Here both scripts are renaming the image by fetching the image name from the pool. Two scripts changes the name in two different manner]
Step-3 : Execute Step-2 again  until we get "image already exist" error.
Step-4 : Now find out for which image  the CLI is throwing error and then check the existence of the image in  pool
          # rbd ls mypool
  1. ceph osd map mypool <image name for which error is showing>
  1. cat /var/lib/ceph/osd/ceph <osd_id>/current/<PG_num>_head

Files

rbd_rename_program1.sh (300 Bytes) rbd_rename_program1.sh Rename script1 Debashis Mondal, 01/11/2018 08:25 AM
rbd_rename_program2.sh (274 Bytes) rbd_rename_program2.sh Rename script2 Debashis Mondal, 01/11/2018 08:25 AM
rbd_rename_consistencyIssue_console_log.txt (10 KB) rbd_rename_consistencyIssue_console_log.txt Debashis Mondal, 01/11/2018 08:25 AM
Actions

Also available in: Atom PDF