[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] migrating from 7.2.4 to 7.4.2...missing classads



Hi all,

I am migrating a local Condor installation from 7.2.4 to 7.4.2. When I do a 'condor_q -l -global', it lists out the job classAds across all configured machines. The "MyType" & "TargetType" classAds exist in 7.2.4, but are missing from 7.4.2. Is this a feature or a bug? I haven't changed any of the configuration files, just changed the symlink to the newer version of condor & restarted.

$ diff 7.4.2.out.sorted 7.2.4.out.sorted
56a57

MyType = "Job"

84,85c85,86

< ScheddBday = 1274190240

< ServerTime = 1274190301

---

ScheddBday = 1274190157

ServerTime = 1274190219

89a91

TargetType = "Machine"