Re: Fields in the _resource_ table

2010-05-18 Thread My LinuxHAList
Thanks Josh. This clarifies it. On Tue, May 18, 2010 at 3:42 PM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Computers, images, management nodes, and schedules are all resources.  So, > each resource has an entry in a specific table (i.e. computer, image, etc.) > an

Re: Fields in the _resource_ table

2010-05-18 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Computers, images, management nodes, and schedules are all resources. So, each resource has an entry in a specific table (i.e. computer, image, etc.) and in the resource table. The subid is the id from the resource specific table. It would be ima

Fields in the _resource_ table

2010-05-18 Thread My LinuxHAList
>From https://cwiki.apache.org/confluence/display/VCL/Create+a+Linux+Base+Image There is a step to do the following: INSERT INTO `vcl`.`resource` ( `id` , `resourcetypeid` , `subid` ) VALUES ( NULL , '13', '8' ); -- Two questions: 1) The resourcetypeid=13, because this is an image, henc