Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci authored Nov 7, 2023
1 parent b59de47 commit b3486b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resource-sharing/os-backfill-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ the `--memory` argument tells Docker to kill the container if its total memory u

### Advanced: Advertising additional pilot attributes

You can put arbitrary additional attributes in the machine ads that you advertise to the OSPool.
These attributes will show up when you do `condor_status -l` on your machine.
You can put arbitrary additional attributes in the machine ads that the pilot advertises to the OSPool.
These attributes will show up when users run `condor_status -l` against your pilot.
This could be useful for advertising something about the way the pilot was provisioned.
To do this, volume-mount a file containing `key=value` pairs to `/etc/osg/extra-attributes.cfg`.
Keys must be valid classad attribute names and values must be valid classad expressions.
Expand Down

0 comments on commit b3486b2

Please sign in to comment.