DATADIR, TMPDIR, ASYNCDIR

Bug #1163953 reported by David Hadas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Invalid
Undecided
Unassigned

Bug Description

Remove duplicated definitions of DATADIR, TMPDIR, ASYNCDIR

Changed in swift:
assignee: nobody → David Hadas (david-hadas)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to swift (master)

Fix proposed to branch: master
Review: https://review.openstack.org/26002

Changed in swift:
status: New → In Progress
Changed in swift:
status: In Progress → New
assignee: David Hadas (david-hadas) → nobody
Revision history for this message
janonymous (janonymous) wrote :

I would like to continue the work for this bug ? could somebody confirm the same.

Changed in swift:
assignee: nobody → janonymous (janonymous)
Revision history for this message
Christian Schwede (cschwede) wrote :

This has been fixed a long time ago during some refactoring.

Nowadays DATADIR is only defined once, TMPDIR doesn't exist anymore, and ASYNCDIR is also defined only one time.

swift/account/backend.py:DATADIR = 'accounts'
swift/container/backend.py:DATADIR = 'containers'
swift/obj/diskfile.py:DATADIR_BASE = 'objects'

swift/obj/diskfile.py:ASYNCDIR_BASE = 'async_pending'

Changed in swift:
status: New → Invalid
Revision history for this message
janonymous (janonymous) wrote :

I saw the Bug was still open so was curious .Thanks for the update again :)

Changed in swift:
assignee: janonymous (janonymous) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.