Project

General

Profile

Actions

action #31771

closed

0ac2c9f6cd1bd5f2d7091e1c08096152ed02a23f failing on chattr

Added by apachelogger about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2018-02-14
Due date:
% Done:

0%

Estimated time:

Description

0ac2c9f6cd1bd5f2d7091e1c08096152ed02a23f introduced a call runcmd('/usr/bin/chattr', '-f', '+C', $basedir); with the intent of disabling COW.
Problem is runcmd dies on !0 and chattr can easily come back !0 if the underlying filesystem gets angry

e.g.

root@packet-openqa-neon-001:/tmp# mkdir x
root@packet-openqa-neon-001:/tmp# /usr/bin/chattr -V +C x
chattr 1.42.13 (17-May-2015)
Flags of x set as -------------e-C
/usr/bin/chattr: Operation not supported while setting flags on x
```

which in turn will abort the entire os-autoinst.

chattr issues should probably be non-fatal.

Related issues 1 (0 open1 closed)

Related to openQA Project - action #31894: Worker fails on 'chattr' command with xfs filesystemRejected2018-02-16

Actions
Actions #1

Updated by coolo about 6 years ago

  • Category set to Regressions/Crashes
  • Priority changed from Normal to High
  • Target version set to Current Sprint
Actions #2

Updated by szarate about 6 years ago

  • Related to action #31894: Worker fails on 'chattr' command with xfs filesystem added
Actions #3

Updated by coolo about 6 years ago

  • Status changed from New to Resolved
Actions #4

Updated by szarate about 6 years ago

  • Target version changed from Current Sprint to Done
Actions #5

Updated by szarate about 6 years ago

  • Assignee set to coolo
Actions

Also available in: Atom PDF