~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to doc/source/development_saio.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
If you want to use a loopback device instead of another partition, follow these instructions.
90
90
 
91
91
  #. `mkdir /srv`
92
 
  #. `dd if=/dev/zero of=/srv/swift-disk bs=1024 count=0 seek=1000000`
93
 
       (modify seek to make a larger or smaller partition)
 
92
  #. `truncate -s 1GB /srv/swift-disk`
 
93
       (modify size to make a larger or smaller partition)
94
94
  #. `mkfs.xfs -i size=1024 /srv/swift-disk`
95
95
  #. Edit `/etc/fstab` and add
96
96
       `/srv/swift-disk /mnt/sdb1 xfs loop,noatime,nodiratime,nobarrier,logbufs=8 0 0`
294
294
        bind_port = 8080
295
295
        user = <your-user-name>
296
296
        log_facility = LOG_LOCAL1
 
297
        eventlet_debug = true
297
298
 
298
299
        [pipeline:main]
299
300
        pipeline = healthcheck cache tempauth proxy-logging proxy-server
337
338
        user = <your-user-name>
338
339
        log_facility = LOG_LOCAL2
339
340
        recon_cache_path = /var/cache/swift
 
341
        eventlet_debug = true
340
342
 
341
343
        [pipeline:main]
342
344
        pipeline = recon account-server
364
366
        user = <your-user-name>
365
367
        log_facility = LOG_LOCAL3
366
368
        recon_cache_path = /var/cache/swift2
 
369
        eventlet_debug = true
367
370
 
368
371
        [pipeline:main]
369
372
        pipeline = recon account-server
391
394
        user = <your-user-name>
392
395
        log_facility = LOG_LOCAL4
393
396
        recon_cache_path = /var/cache/swift3
 
397
        eventlet_debug = true
394
398
 
395
399
        [pipeline:main]
396
400
        pipeline = recon account-server
418
422
        user = <your-user-name>
419
423
        log_facility = LOG_LOCAL5
420
424
        recon_cache_path = /var/cache/swift4
 
425
        eventlet_debug = true
421
426
 
422
427
        [pipeline:main]
423
428
        pipeline = recon account-server
445
450
        user = <your-user-name>
446
451
        log_facility = LOG_LOCAL2
447
452
        recon_cache_path = /var/cache/swift
 
453
        eventlet_debug = true
448
454
 
449
455
        [pipeline:main]
450
456
        pipeline = recon container-server
474
480
        user = <your-user-name>
475
481
        log_facility = LOG_LOCAL3
476
482
        recon_cache_path = /var/cache/swift2
 
483
        eventlet_debug = true
477
484
 
478
485
        [pipeline:main]
479
486
        pipeline = recon container-server
503
510
        user = <your-user-name>
504
511
        log_facility = LOG_LOCAL4
505
512
        recon_cache_path = /var/cache/swift3
 
513
        eventlet_debug = true
506
514
 
507
515
        [pipeline:main]
508
516
        pipeline = recon container-server
532
540
        user = <your-user-name>
533
541
        log_facility = LOG_LOCAL5
534
542
        recon_cache_path = /var/cache/swift4
 
543
        eventlet_debug = true
535
544
 
536
545
        [pipeline:main]
537
546
        pipeline = recon container-server
562
571
        user = <your-user-name>
563
572
        log_facility = LOG_LOCAL2
564
573
        recon_cache_path = /var/cache/swift
 
574
        eventlet_debug = true
565
575
 
566
576
        [pipeline:main]
567
577
        pipeline = recon object-server
589
599
        user = <your-user-name>
590
600
        log_facility = LOG_LOCAL3
591
601
        recon_cache_path = /var/cache/swift2
 
602
        eventlet_debug = true
592
603
 
593
604
        [pipeline:main]
594
605
        pipeline = recon object-server
616
627
        user = <your-user-name>
617
628
        log_facility = LOG_LOCAL4
618
629
        recon_cache_path = /var/cache/swift3
 
630
        eventlet_debug = true
619
631
 
620
632
        [pipeline:main]
621
633
        pipeline = recon object-server
643
655
        user = <your-user-name>
644
656
        log_facility = LOG_LOCAL5
645
657
        recon_cache_path = /var/cache/swift4
 
658
        eventlet_debug = true
646
659
 
647
660
        [pipeline:main]
648
661
        pipeline = recon object-server