My setup may be defaulting to raid configured by way of the raid cookbook. In the chef server web console I see in default.rb:
default[:raid][:debug]=true default[:raid][:enable]=true And in raid-configure.rb: raid_enable = node[:raid][:enable] & @@centos & !@@is_admin log("BEGIN raid-configure enabled=#{raid_enable}") {level :info} I'm assuming the raid setup actually happens during the centos pre-install node prep state. Therefore centos and "not admin node" would always be true. If the leaving the RAID value set to "[Not Set]" in the deploy script falls through to having the enabled=true default, then I think there's no way to avoid getting raid. This would mean trying to get raid-configure to not run by leaving raid "not set" in the deployer and also removing the node from the default proposal for raid won't work. Is that a reasonable conclusion? Looking further. ~jpr On 05/02/2014 02:55 PM, John-Paul Robinson wrote: > > On 05/02/2014 09:06 AM, rob_hirschf...@dell.com wrote: >> >> Ok, it's been a long time since I've thought about that version. So >> please accept my apologies in advance is my advice is fuzzy. >> >> >> >> I believe that you can set RAID to "none" in the Nodes...Bulk Edit >> page. You may have to edit the "wall" in the Crowbar databag via Chef. >> > > So there is no options for "none" in the Bulk edit, only "[Not > Set]". Sounds like it would be the same, though this is the value I > had chosen for RAID in my earlier attempt but the result was still > that my preferred RAID got replaced with RAID10 on a single disk. > After the install the raid-configure role was assigned to the node > eventhough I chose the not set option for deploy and removed the new > node from the Default raid barclamp proposal (in an attempt to not > have that role imprinted in steps after the deploy). > >> >> >> QUESTION: I did not think Betty included the open source RAID drivers >> yet. You may have additional avenues for help than the open source list. >> >> >> > Correct, this version still has the closed-source components. > > I'm actually trying to not use any RAID configuration steps, which I > think plants me in the open-source space. > > It's been my impression that not using the built-in proprietary raid > configurations (RAID10 or JBOD) would be out-of-scope for this version > of Crowbar. > > ~jpr > >> *From:*John-Paul Robinson [mailto:j...@uab.edu] >> *Sent:* Friday, May 02, 2014 8:16 AM >> *To:* Hirschfeld, Rob; crowbar >> *Subject:* Re: [Crowbar] skipping raid config >> >> >> >> Version betty_openstack-build.2870.ubuntu-12.04 >> >> On 05/02/2014 07:53 AM, rob_hirschf...@dell.com >> <mailto:rob_hirschf...@dell.com> wrote: >> >> Which version of Crowbar are you using? >> >> >> >> >> > > > > _______________________________________________ > Crowbar mailing list > Crowbar@dell.com > https://lists.us.dell.com/mailman/listinfo/crowbar > For more information: http://crowbar.github.com/
_______________________________________________ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/