Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
systemd-mini
1011-64-btrfs.rules-skip-btrfs-check-if-devices...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch of Package systemd-mini
From e26a5bb50b8aa741c5b2e57749d576c488e7ab32 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke <hare@suse.de> Date: Thu, 10 Apr 2014 11:10:41 +0200 Subject: [PATCH 1/2] 64-btrfs.rules: skip btrfs check if devices are not ready If any devices are marked with 'SYSTEMD_READY=0' then we shouldn't run any btrfs check on them. --- rules/64-btrfs.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/64-btrfs.rules b/rules/64-btrfs.rules index fe01001..57631bc 100644 --- a/rules/64-btrfs.rules +++ b/rules/64-btrfs.rules @@ -3,6 +3,7 @@ SUBSYSTEM!="block", GOTO="btrfs_end" ACTION=="remove", GOTO="btrfs_end" ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end" +ENV{SYSTEMD_READY}=="0", GOTO="btrfs_end" # let the kernel know about this btrfs filesystem, and check if it is complete IMPORT{builtin}="btrfs ready $devnode" -- 1.8.1.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor