Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761163Ab2BJXm5 (ORCPT ); Fri, 10 Feb 2012 18:42:57 -0500 Received: from mga02.intel.com ([134.134.136.20]:64632 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752915Ab2BJXm4 (ORCPT ); Fri, 10 Feb 2012 18:42:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="106288697" Message-ID: <4F35AC75.5090703@intel.com> Date: Fri, 10 Feb 2012 15:47:01 -0800 From: "Nelson, Doug" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 MIME-Version: 1.0 To: Paolo Bonzini CC: Matthew Wilcox , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: scsi_id: sending ioctl 2285 to a partition References: <20120209202938.GA14342@linux.intel.com> <20120209210039.GB14342@linux.intel.com> <4F34D292.4080404@redhat.com> <4F3552A4.70902@intel.com> <4F3572C1.1060703@redhat.com> <4F35746A.1090109@intel.com> <4F3584AF.6030601@redhat.com> In-Reply-To: <4F3584AF.6030601@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1222 Lines: 40 On 02/10/2012 12:57 PM, Paolo Bonzini wrote: > On 02/10/2012 08:47 PM, Nelson, Doug wrote: >>>>> # scsi devices >>>>> KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", >>>>> IMPORT{program}="scsi_id --export --whitelisted -d $tempnode", >>>>> ENV{ID_BUS}="scsi" >>>> >>>> The rule I had was not excluding partitions. I'll fix that and try >>>> again. >>> >>> So was it a custom rule, or it came with the distro? >>> >> >> It's a custom rule we've been using for a long time to rename our 672 x >> ssd's. > > Can you post the whole snippet? Here's what I had in 20-local.rules KERNEL=="sd*", BUS=="scsi", PROGRAM="scsi_id --whitelisted -d $tempnode", ENV{ID_BUS}="scsi" BUS=="scsi", RESULT=="3500151795924153d", NAME="disk-r1e1-d1s%n", GROUP:="dba", OWNER:="oracle" BUS=="scsi", RESULT=="35001517959269241", NAME="disk-r1e1-d2s%n", GROUP:="dba", OWNER:="oracle" BUS=="scsi", RESULT=="3500151795926930d", NAME="disk-r1e1-d3s%n", GROUP:="dba", OWNER:="oracle" > > Paolo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/