Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Enterprise Linux bundle question

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Enterprise Linux bundle question


Chronological Thread 
  • From: Mark Feit <>
  • To: "Fleming, Andy" <>, "" <>, Adam Griffith <>, Andrew Lake <>
  • Subject: Re: [perfsonar-user] Enterprise Linux bundle question
  • Date: Mon, 10 Jul 2023 15:29:33 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=internet2.edu; dmarc=pass action=none header.from=internet2.edu; dkim=pass header.d=internet2.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=nONEsxXmWZ+YwHQcs7i7cnbvUeRxsJSnvVQMnl60sZI=; b=Qnj5Vz+hTzOvAGKeBeVNw5L761egNLSbZQ4hFNPvT4DtyZFhiM8+cA4i6vHzBF0G94Y8l2Ll/TFYU/O7CUvVnODZ6LCbkItovkNxO+a91+fujvmaJMLmMiI5tU7z6pHNJ+YsLJKuSTlKA88bi4sdWKD35FeHmY8W5aY7uoFPMZPirr8vBmyAqKC9vXRPzSZ+FKmocSPU8RGUvjKlt5HobxwaZzsre5b+fwUmTSwyhGBAYfAwdPxhkeffMqn1r2HqcIHKR8x7mHJJePvTtViqhHyTCSn9qq5oeSBNvmItviPxYIdKGgDcivDf9OK6C8ksTOCfwiXGuyStGJrK4Kn0UA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Wh4V2L2MDCH6H3xExxjmJanoL9xNPm53Z//V9EenlYwgtkxPdF9gebJzAgHyYWXDiuHAWF4Zn/wDzSP0Au3Yq0i2mlSaDYeSOs+vmDo3XuBnIfGq2/AstRepDMPMZ1Yq9TpXAScBTEd/RJZbJ23fU0PEZQlJ1W0G22DRyJp9eBHPOQVkzQsF+LFhnNJMsbcd4NHYdHXqsYJQhVOkUbIUMWKb3ESC7hmI6mzwawFyH5JY9feLw2RuIy5yfZC2DN9ctSy8q5r8PBmcpnNu4e1BzYDW5ixGLfBD6guZz2Z9XnFKh7t/6BZBoMOhloQesZTwR32dEx5/Ttqox6tBRc06KA==
  • Msip_labels:

Fleming, Andy writes:

 

If you find you need to roll back, you can do things like dnf downgrade ...

 

NB:  perfSONAR is not guaranteed to work across a downgrade because the database that underpins pScheduler can only be re-versioned forward.  The only way we could make downgrades work reliably would be to maintain code to make them happen (a lot of work for relatively-little benefit) or detect them and destroy/rebuild the database (astonishing behavior).  Generally, our policy is to make production releases stable-enough that downgrades aren’t necessary and get bug fixes get out quickly-enough that the right path is an upgrade.

 

   I'm not saying there is anything wrong with the strategy of a new folder for each release and changing the pointer, but its not what a lot of EL admins would expect based on how minor versions of packages are released for a lot of other EL repos.

 

There’s nothing stopping us from producing a set of repo data with everything and still maintaining the existing directory structure.  That would also enable “dnf reinstall” on systems running older versions.  That said, we really, really recommend installing the current version.

 

I’ve opened an issue on considering that:  https://github.com/perfsonar/project/issues/1356.

 

--Mark

 




Archive powered by MHonArc 2.6.24.

Top of Page