From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932339AbdEDMPu (ORCPT ); Thu, 4 May 2017 08:15:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40102 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752823AbdEDMO7 (ORCPT ); Thu, 4 May 2017 08:14:59 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B8D034E4CA Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=agk@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B8D034E4CA Date: Thu, 4 May 2017 13:14:52 +0100 From: Alasdair G Kergon To: Enric Balletbo Serra Cc: Kees Cook , Will Drewry , Guenter Roeck , Mike Snitzer , "linux-doc@vger.kernel.org" , David Zeuthen , LKML , linux-raid@vger.kernel.org, dm-devel@redhat.com, Enric Balletbo i Serra , Shaohua Li , Alasdair Kergon Subject: Re: [dm-devel] [PATCH v6 0/3] dm: boot a mapped device without an initramfs Message-ID: <20170504121452.GF4943@agk-dp.fab.redhat.com> Mail-Followup-To: Enric Balletbo Serra , Kees Cook , Will Drewry , Guenter Roeck , Mike Snitzer , "linux-doc@vger.kernel.org" , David Zeuthen , LKML , linux-raid@vger.kernel.org, dm-devel@redhat.com, Enric Balletbo i Serra , Shaohua Li , Alasdair Kergon References: <20170418164240.18079-1-enric.balletbo@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Red Hat UK Ltd. Registered in England and Wales, number 03798903. Registered Office: Peninsular House, 30-36 Monument Street, 4th Floor, London, England, EC3R 8NB. User-Agent: Mutt/1.5.18 (2008-05-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 04 May 2017 12:14:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 04, 2017 at 01:18:41PM +0200, Enric Balletbo Serra wrote: > I'm wondering if a command line like this would be acceptable. 1) Make sure the implementation continues to support backslash quoting so that any characters you introduce with special meanings (comma, semi-colon, double-quote in that example) can still be used if required. 2) "none" is of course a valid uuid:) More comma-separation or re-ordering, perhaps? 3) Whatever final format is agreed here should be supported by dmsetup as well, so you can both supply the format to dmsetup and ask dmsetup to display your existing devices in this format. Choose a format that makes this easy. Alasdair