diff options
author | Anand Jain <anand.jain@oracle.com> | 2023-07-27 21:53:03 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-08-21 14:52:16 +0200 |
commit | 7f9879eb6062754a126a874f784f8fa571e767ee (patch) | |
tree | d831d1edb34613bb17323230cfddfc61fdd5179a /fs/btrfs/tests/extent-io-tests.c | |
parent | ed2da9246f324ae88a2dcae629fc2008632ff151 (diff) |
btrfs: print name and pid when device scanning processes race
There is a race between systemd and mount, as both of them try to register
the device in the kernel. When systemd loses the race, it prints the
following message:
BTRFS error: device /dev/sdb7 belongs to fsid 1b3bacbf-14db-49c9-a3ef-547998aacc4e, and the fs is already mounted.
The 'btrfs dev scan' registers one device at a time, so there is no way
for the mount thread to wait in the kernel for all the devices to have
registered as it won't know if all the devices are discovered.
For now, improve the error log by printing the command name and process
ID along with the error message.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tests/extent-io-tests.c')
0 files changed, 0 insertions, 0 deletions