Project

General

Profile

Actions

Bug #67860

open

Error : Command failed on smithi050 with status 1: ''yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2

Added by Sayalee Raut over 1 year ago. Updated 2 days ago.

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

100%

Source:
Q/A
Backport:
squid, tentacle
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
rados
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:

Description

Run : https://pulpito.ceph.com/saraut-2024-08-29_09:15:11-rados:dashboard-wip-saraut02-testing-2024-08-26-1653-distro-default-smithi/
Jobs : [7879889, 7879891]

Logs for one : https://qa-proxy.ceph.com/teuthology/saraut-2024-08-29_09:15:11-rados:dashboard-wip-saraut02-testing-2024-08-26-1653-distro-default-smithi/7879889/teuthology.log

Log snippet -

2024-08-30T02:38:28.265 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest
2024-08-30T02:38:28.269 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest
2024-08-30T02:38:28.280 INFO:teuthology.orchestra.run.smithi050.stdout:   262217      4 drwxr-xr-x   3 ubuntu   ubuntu       4096 Aug 30 02:38 /home/ubuntu/cephtest
2024-08-30T02:38:28.280 INFO:teuthology.orchestra.run.smithi050.stdout:   419850      4 drwxr-xr-x   2 ubuntu   ubuntu       4096 Aug 30 02:37 /home/ubuntu/cephtest/ceph.data
2024-08-30T02:38:28.280 INFO:teuthology.orchestra.run.smithi050.stdout:   284685      4 -rw-r--r--   1 ubuntu   ubuntu        201 Aug 30 02:37 /home/ubuntu/cephtest/ceph.monmap
2024-08-30T02:38:28.285 INFO:teuthology.orchestra.run.smithi050.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty
2024-08-30T02:38:28.287 DEBUG:teuthology.orchestra.run:got remote process result: 1
2024-08-30T02:38:28.287 ERROR:teuthology.run_tasks:Manager failed: internal.base
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/internal/__init__.py", line 48, in base
    yield
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 160, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_19f44d0aaed494e78709c5252ec9b827fa1dad82/qa/tasks/cephadm.py", line 2302, in task
    with contextutil.nested(
  File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested
    raise exc[1]
  File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_19f44d0aaed494e78709c5252ec9b827fa1dad82/qa/tasks/cephadm.py", line 1930, in initialize_config
    yield
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 46, in nested
    if exit(*exc):
  File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_19f44d0aaed494e78709c5252ec9b827fa1dad82/qa/tasks/cephadm.py", line 461, in ceph_log
    if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]',
  File "/home/teuthworker/src/github.com_ceph_ceph-c_19f44d0aaed494e78709c5252ec9b827fa1dad82/qa/tasks/cephadm.py", line 445, in first_in_ceph_log
    r = ctx.ceph[cluster_name].bootstrap_remote.run(
AttributeError: 'Namespace' object has no attribute 'bootstrap_remote'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 160, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/internal/__init__.py", line 53, in base
    run.wait(
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 479, in wait
    proc.wait()
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status
    raise CommandFailedError(
teuthology.exceptions.CommandFailedError: Command failed on smithi050 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest'
2024-08-30T02:38:28.300 DEBUG:teuthology.run_tasks:Unwinding manager kernel
2024-08-30T02:38:28.310 DEBUG:teuthology.run_tasks:Unwinding manager console_log
2024-08-30T02:38:28.322 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: AttributeError: 'Namespace' object has no attribute 'bootstrap_remote'
2024-08-30T02:38:28.325 INFO:teuthology.run:Summary data:
description: rados:dashboard/{0-single-container-host debug/mgr mon_election/connectivity
  random-objectstore$/{bluestore-comp-snappy} tasks/e2e}
duration: 515.8482844829559
failure_reason: 'Command failed on smithi050 with status 1: ''yes | sudo mkfs.xfs
  -f -i size=2048 /dev/vg_nvme/lv_2'''
flavor: default
owner: scheduled_saraut@teuthology
sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fedc150b883a45c58d16c125547bf037
status: fail
success: false

Subtasks 1 (0 open1 closed)

Bug #67654: AttributeError: 'Namespace' object has no attribute 'bootstrap_remote'Duplicate

Actions

Related issues 1 (1 open0 closed)

Related to Orchestrator - Bug #68668: rados/dashboard: mkfs.xfs: cannot open /dev/vg_nvme/lv_2: Device or resource busyNew

Actions
Actions #1

Updated by Laura Flores over 1 year ago

  • Project changed from teuthology to Orchestrator
Actions #2

Updated by Nitzan Mordechai over 1 year ago

  • Backport set to reef,squid,quincy

/a/skanta-2024-09-26_23:50:23-rados-wip-bharath13-testing-2024-09-26-2103-reef-distro-default-smithi/7921215
/a/skanta-2024-09-26_23:50:23-rados-wip-bharath13-testing-2024-09-26-2103-reef-distro-default-smithi/7921076

Actions #3

Updated by Sridhar Seshasayee over 1 year ago ยท Edited

/a/yuriw-2024-11-21_15:35:28-rados-wip-yuri5-testing-2024-11-20-0816-reef-distro-default-smithi/8003603
/a/yuriw-2024-11-21_15:35:28-rados-wip-yuri5-testing-2024-11-20-0816-reef-distro-default-smithi/8003611

Actions #4

Updated by Sridhar Seshasayee over 1 year ago

/a/skanta-2024-10-23_23:55:30-rados-wip-bharath2-testing-2024-10-23-1455-reef-distro-default-smithi/7964251
/a/skanta-2024-10-23_23:55:30-rados-wip-bharath2-testing-2024-10-23-1455-reef-distro-default-smithi/7964390

Actions #5

Updated by Shraddha Agrawal over 1 year ago

/a/skanta-2024-12-18_08:35:11-rados-wip-bharath4-testing-2024-12-12-0948-reef-distro-default-smithi/8043121

Actions #7

Updated by Naveen Naidu over 1 year ago

/a/skanta-2024-12-20_03:35:31-rados-wip-bharath6-testing-2024-12-19-0956-squid-distro-default-smithi/8045460
/a/skanta-2024-12-20_03:35:31-rados-wip-bharath6-testing-2024-12-19-0956-squid-distro-default-smithi/8045469

Actions #8

Updated by Naveen Naidu over 1 year ago

/a/skanta-2024-12-11_23:59:30-rados-wip-bharath9-testing-2024-12-10-1652-distro-default-smithi
2 jobs:[8031130,8031154]

Actions #9

Updated by Nitzan Mordechai over 1 year ago

/a/nmordech-2025-01-23_15:17:27-rados-wip-yuri-testing-2025-01-21-0747-squid-distro-default-smithi/8090240
/a/nmordech-2025-01-23_15:17:27-rados-wip-yuri-testing-2025-01-21-0747-squid-distro-default-smithi/8090390

Actions #10

Updated by Shraddha Agrawal over 1 year ago

/a/skanta-2024-10-24_23:59:35-rados-wip-bharath3-testing-2024-10-23-1509-distro-default-smithi/7965772

Actions #11

Updated by Shraddha Agrawal over 1 year ago

/a/skanta-2024-12-26_01:49:37-rados-wip-bharath12-testing-2024-12-24-0842-distro-default-smithi/8053530

Actions #12

Updated by Naveen Naidu over 1 year ago

/a/yuriw-2025-01-18_14:21:47-rados-wip-yuri3-testing-2025-01-16-1509-distro-default-smithi
2 jobs: [8082271, 8082261]

Actions #13

Updated by Shraddha Agrawal about 1 year ago

/a/skanta-2025-01-28_15:23:42-rados-wip-bharath11-testing-2025-01-27-1602-distro-default-smithi/8098974

Actions #14

Updated by Shraddha Agrawal about 1 year ago

/a/skanta-2025-02-05_10:08:28-rados-wip-bharath3-testing-2025-02-03-2127-distro-default-smithi/8115741

Actions #15

Updated by Naveen Naidu about 1 year ago

  • Subtask #67654 added
Actions #16

Updated by Naveen Naidu about 1 year ago

2 jobs: ['8120671', '8120661']
/a/yuriw-2025-02-07_15:50:34-rados-wip-yuri10-testing-2025-02-04-1059-reef-distro-default-smithi

Actions #17

Updated by Jaya Prakash about 1 year ago

/a/akupczyk-2025-01-27_13:10:42-rados-aclamk-testing-ganymede-2025-01-24-0925-distro-default-smithi/8096451

Actions #18

Updated by Laura Flores about 1 year ago

  • Tags set to main-failures
  • Backport changed from reef,squid,quincy to reef,squid
Actions #19

Updated by Aishwarya Mathuria about 1 year ago

/a/lflores-2025-02-07_20:42:43-rados-wip-yuri2-testing-2025-01-31-2325-distro-default-smithi/8120812

Actions #20

Updated by Shraddha Agrawal about 1 year ago

/a/skanta-2025-02-14_03:51:29-rados-wip-bharath5-testing-2025-02-13-2020-reef-distro-default-smithi/8130442

Actions #21

Updated by Naveen Naidu about 1 year ago

/a/skanta-2025-03-04_03:23:08-rados-wip-bharath4-testing-2025-03-03-0448-distro-default-smithi/8169029
/a/skanta-2025-03-04_03:23:08-rados-wip-bharath4-testing-2025-03-03-0448-distro-default-smithi/8168884

Actions #22

Updated by Naveen Naidu about 1 year ago

/a/skanta-2025-02-18_22:53:18-rados-wip-bharath2-testing-2025-02-18-1645-squid-distro-default-smithi/8138218
/a/skanta-2025-02-18_22:53:18-rados-wip-bharath2-testing-2025-02-18-1645-squid-distro-default-smithi/8138368

Actions #23

Updated by Naveen Naidu about 1 year ago

/a/yuriw-2025-04-07_23:30:53-rados-wip-yuri5-testing-2025-04-07-1354-reef-distro-default-smithi/8229009
/a/yuriw-2025-04-07_23:30:53-rados-wip-yuri5-testing-2025-04-07-1354-reef-distro-default-smithi/8229232

Actions #24

Updated by Naveen Naidu 12 months ago

/a/skanta-2025-05-10_21:45:05-rados-wip-bharath8-testing-2025-05-10-1334-reef-distro-default-smithi/8279533
/a/skanta-2025-05-10_21:45:05-rados-wip-bharath8-testing-2025-05-10-1334-reef-distro-default-smithi/8279516

Actions #25

Updated by Nitzan Mordechai 12 months ago

  • Backport changed from reef,squid to reef,squid, tentacle
Actions #26

Updated by Naveen Naidu 11 months ago

/a/skanta-2025-06-14_23:37:17-rados-wip-bharath3-testing-2025-06-08-1922-distro-default-smithi/8328633
/a/skanta-2025-06-14_23:37:17-rados-wip-bharath3-testing-2025-06-08-1922-distro-default-smithi/8328645

Actions #27

Updated by Nitzan Mordechai 10 months ago

/a/yuriw-2025-07-01_21:01:08-rados-wip-yuri4-testing-2025-07-01-1118-tentacle-distro-default-smithi/
['8365111', '8365595', '8365517', '8365526']

Actions #28

Updated by Aishwarya Mathuria 10 months ago

/a/skanta-2025-06-28_16:15:25-rados-wip-bharath3-testing-2025-06-26-1155-reef-distro-default-smithi
['8354476', '8354491']

Actions #29

Updated by Naveen Naidu 10 months ago

/a/skanta-2025-07-11_12:12:50-rados-wip-bharath2-testing-2025-07-11-0437-distro-default-smithi/

3 jobs: ['8381545', '8381521', '8381383']

Actions #30

Updated by Aishwarya Mathuria 10 months ago

/a/skanta-2025-06-29_15:00:39-rados-wip-bharath1-testing-2025-06-28-2149-distro-default-smithi
['8356804', '8356811']

Actions #31

Updated by Nitzan Mordechai 8 months ago

  • Related to Bug #68668: rados/dashboard: mkfs.xfs: cannot open /dev/vg_nvme/lv_2: Device or resource busy added
Actions #32

Updated by Naveen Naidu 8 months ago

/a/skanta-2025-08-21_03:58:28-rados-wip-bharath8-testing-2025-08-19-1328-distro-default-smithi

3 jobs: ['8456130', '8456219', '8456268']

Actions #33

Updated by Naveen Naidu 8 months ago

/a/yuriw-2025-09-04_16:15:27-rados-wip-yuri4-testing-2025-09-03-1200-squid-distro-default-smithi

2 jobs: ['8482496', '8482356']

Actions #34

Updated by Prashant D 7 months ago

/a/yuriw-2025-09-10_23:52:16-rados-wip-yuri10-testing-2025-09-10-1231-squid-distro-default-smithi

2 jobs: ['8493395', '8493675']

Actions #35

Updated by Kamoltat (Junior) Sirivadhna 7 months ago

  • Assignee set to Adam King

suite watcher: assigning this to Adam King since it is the Orchestrator layer. @Adam King

Actions #36

Updated by Naveen Naidu 5 months ago

/a/skanta-2025-11-21_10:17:34-rados-wip-bharath11-testing-2025-11-21-0531-distro-default-smithi

3 jobs: ['8617932', '8617795', '8617908']

Actions #37

Updated by Naveen Naidu 4 months ago

Rados suite watcher: bump

Actions #38

Updated by Naveen Naidu 3 months ago

/a/skanta-2026-01-26_08:54:40-rados-wip-bharath4-testing-2026-01-26-1300-distro-default-trial/
7 jobs: ['17862', '17856', '17700', '17635', '17769', '17725', '17718']

Actions #39

Updated by Naveen Naidu about 1 month ago

/a/skanta-2026-03-03_23:53:54-rados-wip-bharath6-testing-2026-03-03-1755-distro-default-trial

2 jobs: ['79783', '79646']

Actions #40

Updated by Naveen Naidu about 1 month ago

/a/yuriw-2026-03-31_21:13:39-rados-wip-yuri2-testing-2026-03-31-1717-tentacle-distro-default-trial

2 jobs: 128432, 128569

Actions #41

Updated by Sridhar Seshasayee 29 days ago

/a/skanta-2026-04-06_10:52:21-rados-wip-bharath15-testing-2026-04-06-1414-tentacle-distro-default-trial/
2 Jobs: [133358, 133495]

Actions #42

Updated by Konstantin Shalygin 28 days ago

  • Backport changed from reef,squid, tentacle to squid, tentacle
Actions #43

Updated by Jaya Prakash 2 days ago

/a/jayaprakash-2026-04-29_15:21:37-rados-wip-jaya-bs-testing-tentacle-29-04-2026-distro-default-trial/185721

Actions

Also available in: Atom PDF