From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6784461460125777920 X-Received: by 2002:adf:fc81:: with SMTP id g1mr21385651wrr.410.1583751537056; Mon, 09 Mar 2020 03:58:57 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:a5c6:: with SMTP id o189ls6837349wme.2.canary-gmail; Mon, 09 Mar 2020 03:58:56 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuw4BUBo7oj0alrXNNb3HlhU9lh3E24LtB5rd8J4dH8pTT109cMUoHYT1PGI8hv5v4PfdA2 X-Received: by 2002:a1c:ed0c:: with SMTP id l12mr20362274wmh.151.1583751536381; Mon, 09 Mar 2020 03:58:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583751536; cv=none; d=google.com; s=arc-20160816; b=Imtui4HoxbGR597A67TR9ZtWVjpHr5EsFMtUlWNxGAiG7+X3516yu5xWYaQA5cFgRC OcxYP8J4lOaaB5/4AU0MXVr86Ngjsve45aZOy8xTtD776MukcpEgiaJkOnZojHK1Leq1 5HGAPkI7KkOFAnz49qHjeSpxj3z+lifv6CyIWOQ1beY6LbAdOsFG9ENuJ3TkRL7rQNzB 3mdUvp4b4W26Odmp2ASXzrlDq0LSrqHzOYNgudKdSXhjbJDwyhpOq7aIeUCqdmyzJC3Z IeCDk8fudmFqIooGnP+t8f5nhqypxBcsGthOQgFd2vYA/rBVOMAO+LW2GtaiXUUF1+EF v7fw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=UTgUIKoBpL7m+qLTvOU/3bTHAIOr6NZvMCaHCz30Zn8=; b=d3sx3L+KOuN9fobVdQNGyvHHcA7kVQLaWK+iPJFKPJPfuhCZyEZ0m7hGV+UsTI4X7+ QmpIlAeIFFtNzcm0fNpkFP9201O8ecZGbRD+hVDyxVNsyxfadpDPEZ4thXH5KQYFL+H+ SaT+ZKYLCpig/8xQqNCbrELdQDFLdfeUN4MV7mh9luUVrlCfrmaMjMqMfHmJhJbsDXNt EDPt/uNIWEi7cT/wZOHKN3y2uz6IPWFbLnjuZugJoPTH+wIrnpGm7AFO7eUclTNn+pBP Pguuyb8RVPtt6gJJsxvmGsiqOKOyeSXd2KvGwsCVIQlsHfzsw2W/YLKi73JAfSGdNd1s JkMA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id m2si875426wmi.3.2020.03.09.03.58.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 09 Mar 2020 03:58:56 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 029AwrI3021533 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 9 Mar 2020 11:58:55 +0100 Date: Mon, 9 Mar 2020 11:58:53 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] expand-on-first-boot: run systemd service before local-fs-pre.target Message-ID: <20200309105853.3dwz43s72pbnbfzj@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200121181522.18134-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200121181522.18134-1-henning.schild@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: DWDnLJ2yreP/ On Tue, Jan 21, 2020 at 07:15:22PM +0100, Henning Schild wrote: > In case that last partition is one of the local filesystems and not the > rootfs we have to be done with the expansion before systemd tries to > mount that filesystem. > > Depending on the execution order and speed it was likely to get dropped > into a rescue shell when the resize and the mount happened at the same > time. That problem should be gone with this patch. Applied to next, thanks. With kind regards, Baurzhan.