Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/swift/+spec/tape-for-swift. Description: Tape has started coming back as an important alternative to disk based storage. For long term, large, rarely used data, tape can provide significant values. Tape drives is more energy friendly comparing to disk drives. Currently OpenStack Swift can only utilize disks for its back end storage. Add drivers/class TapeFile like DiskFile and change mechanics of swift rings so that objects with certain attributes can be directed to tapes when read or write. Specification URL (additional information): None